forked from ansible-lockdown/RHEL9-CIS
added user
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
b8a8ab45f9
commit
363fe9b0c6
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ jobs:
|
||||||
working-directory: .github/workflows
|
working-directory: .github/workflows
|
||||||
id: test_os
|
id: test_os
|
||||||
run: >-
|
run: >-
|
||||||
ansible all -i hosts.yml -m wait_for -a "port=22 connect_timeout=10 delay=10 timeout=600 sleep=5" --private-key=.ssh/github_actions.pem
|
ansible all -i hosts.yml -m wait_for -a "port=22 delay=10 timeout=600 " --private-key=.ssh/github_actions.pem -u ec2-user
|
||||||
|
|
||||||
|
|
||||||
# Run the ansible playbook
|
# Run the ansible playbook
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue