Add a validate example to blockinfile. (#32088)

pull/32153/head
otteydw 7 years ago committed by John R Barker
parent 0e36854213
commit d2cb676c4c

@ -117,11 +117,12 @@ EXAMPLES = r"""
address 192.0.2.23
netmask 255.255.255.0
- name: insert/update configuration using a local file
- name: insert/update configuration using a local file and validate it
blockinfile:
block: "{{ lookup('file', './local/ssh_config') }}"
dest: "/etc/ssh/ssh_config"
backup: yes
validate: "/usr/sbin/sshd -T -f %s"
- name: insert/update HTML surrounded by custom markers after <body> line
blockinfile:

Loading…
Cancel
Save