ci: disable host key checking

This commit is contained in:
Price Hiller 2023-01-27 15:12:52 -06:00
parent 5ff06d5e09
commit 42eb9487e1

View File

@ -43,4 +43,4 @@ jobs:
__EOF__
- name: Run Ansible Playbook For Squad
run: ansible-playbook playbook.yml --tags=squad
run: ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook playbook.yml --tags=squad