template: Add a space in example block (#63930)

pull/63941/head
Philipp Kahr 5 years ago committed by Abhijeet Kasurde
parent ffce2d3d2a
commit f279715c29

@ -64,7 +64,7 @@ EXAMPLES = r'''
- name: Copy a version of named.conf that is dependent on the OS. setype obtained by doing ls -Z /etc/named.conf on original file
template:
src: named.conf_{{ ansible_os_family}}.j2
src: named.conf_{{ ansible_os_family }}.j2
dest: /etc/named.conf
group: named
setype: named_conf_t

Loading…
Cancel
Save