mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Change example syntax on apt module
This commit is contained in:
parent
c773539359
commit
f8ce66cbde
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ EXAMPLES = '''
|
||||||
apt:
|
apt:
|
||||||
upgrade: dist
|
upgrade: dist
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
dpkg_options: force-confold,force-confdef
|
dpkg_options: 'force-confold,force-confdef'
|
||||||
|
|
||||||
- name: Install a .deb package
|
- name: Install a .deb package
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in a new issue