forked from ansible-lockdown/RHEL9-CIS
fix merge
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
commit
b4e6c3d105
3 changed files with 5 additions and 2 deletions
|
|
@ -93,7 +93,10 @@ jobs:
|
||||||
id: test_os
|
id: test_os
|
||||||
run: >-
|
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
|
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
|
# Run the ansible playbook
|
||||||
- name: Run_Ansible_Playbook
|
- name: Run_Ansible_Playbook
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue