4
0
Fork 0

fix merge

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-07-26 17:34:58 +01:00
commit b4e6c3d105
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
3 changed files with 5 additions and 2 deletions

View file

@ -93,7 +93,10 @@ jobs:
id: test_os
run: >-
ansible all -i hosts.yml -m wait_for -a "port=22 delay=10 timeout=600" --private-key=.ssh/github_actions.pem -u ec2-user -vvv
<<<<<<< HEAD
=======
>>>>>>> df2d812e6a15a5330198cd77a57fbc2019ea040e
# Run the ansible playbook
- name: Run_Ansible_Playbook