4
0
Fork 0

fix merge error

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-07-26 17:38:39 +01:00
parent 1a8861e4fd
commit 5c0bc4137a
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB

View file

@ -93,10 +93,6 @@ 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