mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-25 22:53:06 +00:00
changed spacing
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
a2945a6d3a
commit
a74f8ee3be
1 changed files with 1 additions and 2 deletions
|
|
@ -93,8 +93,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
PRIVATE_KEY: "${{ secrets.SSH_PRV_KEY }}"
|
PRIVATE_KEY: "${{ secrets.SSH_PRV_KEY }}"
|
||||||
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 -e ansible_ssh_private_key_file='{{ lookup("env", "PRIVATE_KEY") }}'
|
||||||
ansible all -i hosts.yml -m wait_for -a "port=22 delay=10 timeout=600" --private-key=.ssh/github_actions.pem -u ec2-user -e ansible_ssh_private_key_file='{{ lookup("env", "PRIVATE_KEY") }}'
|
|
||||||
|
|
||||||
# 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