Update 'clean_known_hosts.yml'
This commit is contained in:
parent
9613d10b33
commit
d556f7a71d
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
- 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
|
Loading…
Reference in New Issue