Merge branch 'updates' of github.com:ansible-lockdown/RHEL9-CIS into updates

This commit is contained in:
Mark Bolwell 2022-07-26 12:51:10 +01:00
commit b8a8ab45f9
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB

View file

@ -89,6 +89,7 @@ jobs:
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
# Run the ansible playbook
- name: Run_Ansible_Playbook
uses: arillso/action.playbook@master