Use ansible-playbook instead of ansible-navigator
This commit is contained in:
parent
8b8ef2d10a
commit
4f21ab66a0
@ -33,4 +33,4 @@ jobs:
|
||||
- name: Execute DNS playbook
|
||||
run: |
|
||||
cd ansible
|
||||
ansible-navigator run configure_dns.yml --mode stdout --ee false --vault-password-file vault_pass
|
||||
ansible-playbook configure_dns.yml -i inventory.ini --vault-password-file vault_pass
|
||||
|
||||
Loading…
Reference in New Issue
Block a user