We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72de0c7 commit f3c96d5Copy full SHA for f3c96d5
ansible.cfg
macos.yaml
@@ -1,6 +1,4 @@
1
- hosts: macos
2
- become: yes
3
- become_method: sudo
4
roles:
5
- packages
6
- alacritty
scripts/ansible.macos.sh
@@ -1,5 +1,5 @@
#!/bin/bash
export GIT_ROOT_PATH=$(git rev-parse --show-superproject-working-tree --show-toplevel | head -1)
-ansible-playbook -i $GIT_ROOT_PATH/localhost.yaml $GIT_ROOT_PATH/macos.yaml --ask-become-pass
+ansible-playbook -i $GIT_ROOT_PATH/localhost.yaml $GIT_ROOT_PATH/macos.yaml
0 commit comments