055f89b7f6
Add example of usage to hosts_file/README.md
6 lines
125 B
YAML
6 lines
125 B
YAML
- hosts: [{{host}}]
|
|
sudo: yes
|
|
tasks:
|
|
- name: Remove hosts file
|
|
shell: echo '# flushed by ansible' > /etc/hosts
|