summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Doran <sdoran@ansible.com>2016-10-12 17:55:51 -0400
committerSam Doran <sdoran@ansible.com>2016-11-15 14:23:35 -0500
commit21f6aa076c9fe2ce2efe367ab848dad8bbcbd32b (patch)
treedbc377c11a3b835a40e8eda09d4f8f6b1c5ca9f2
parente5446db4b2137822e8ebba38c1e60744a5fc8c86 (diff)
downloadansible-modules-core-21f6aa076c9fe2ce2efe367ab848dad8bbcbd32b.tar.gz
Change example syntax on apt module
-rw-r--r--packaging/os/apt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/os/apt.py b/packaging/os/apt.py
index 20306cd6..5d20dbee 100644
--- a/packaging/os/apt.py
+++ b/packaging/os/apt.py
@@ -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: