docs(template): use unambiguous syntax for mode (#82079)

pull/82083/head
Arthur Lutz 2 years ago committed by GitHub
parent 664fe45be9
commit 9b78316687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -85,7 +85,7 @@ EXAMPLES = r'''
dest: /etc/named.conf
group: named
setype: named_conf_t
mode: 0640
mode: '0640'
- name: Create a DOS-style text file from a template
ansible.builtin.template:

Loading…
Cancel
Save