hpc-test-automation/clean_known_hosts.yml

9 lines
192 B
YAML

---
- hosts: localhost
become: yes
tasks:
- name: Show contents of known_hosts file
shell: |
cat /var/lib/awx/.ssh/known_hosts
ignore_errors: yes
delegate_to: 127.0.0.1