UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

14 lines (12 loc) 387 B
--- - name: "Ensure {{ app_name }}'s Homebrew Tap is installed" become: false community.general.homebrew_tap: name: "{{ s5cmd_tap_repo }}" state: "{{ app_state | default('present') }}" url: "{{ s5cmd_repo_url }}" - name: "Ensure {{ app_name }} is installed" become: false community.general.homebrew: name: s5cmd state: "{{ app_state | default('present') }}"