diff --git a/group_vars/all.yml b/group_vars/all.yml index b687c9b..53c752e 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -168,4 +168,4 @@ macos: # Keynote - 409183694 # Numbers - - 409203825 \ No newline at end of file + - 409203825 diff --git a/run-arch.sh b/run-arch.sh index 43c312e..40404f1 100755 --- a/run-arch.sh +++ b/run-arch.sh @@ -5,4 +5,4 @@ if [[ -z "${ANSIBLE_BECOME_PASS}" ]]; then exit 1 fi -ansible-playbook main.yml -e "ansible_become_pass=${ANSIBLE_BECOME_PASS}" \ No newline at end of file +ansible-playbook main.yml -e "ansible_become_pass=${ANSIBLE_BECOME_PASS}" -v