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 ⛽🔥🤤

18 lines (16 loc) 483 B
--- - name: "Ensure {{ app_name }} is installed" become: false community.general.homebrew: name: fzf state: "{{ app_state | default('present') }}" - name: Ensure key bindings and fuzzy completion is enabled become_user: "{{ user.username }}" shell: | set -o pipefail && echo 'y\ny' | $(/usr/local/bin/brew --prefix)/opt/fzf/install args: creates: ~/.fzf.bash loop: "{{ user_configs }}" loop_control: label: "{{ user.username }}" loop_var: user