1
0
Fork 0
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:
Sam Doran 2016-10-12 17:55:51 -04:00 committed by Matt Clay
parent c773539359
commit f8ce66cbde

View file

@ -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: