mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 18:04:02 -07:00
Fix bare variable references in docs
This commit is contained in:
parent
c6b08ca623
commit
a8d80f7165
11 changed files with 17 additions and 17 deletions
|
@ -78,7 +78,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: Add the 'discard' option to any existing options for all devices
|
||||
crypttab: name={{ item.device }} state=opts_present opts=discard
|
||||
with_items: ansible_mounts
|
||||
with_items: "{{ ansible_mounts }}"
|
||||
when: '/dev/mapper/luks-' in {{ item.device }}
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue