mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
Change example syntax on apt module
This commit is contained in:
@@ -177,7 +177,7 @@ EXAMPLES = '''
|
||||
apt:
|
||||
upgrade: dist
|
||||
update_cache: yes
|
||||
dpkg_options: force-confold,force-confdef
|
||||
dpkg_options: 'force-confold,force-confdef'
|
||||
|
||||
- name: Install a .deb package
|
||||
apt:
|
||||
|
||||
Reference in New Issue
Block a user