summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshadbarton <shadbarton@gmail.com>2018-04-05 15:06:12 +0300
committerMartin Krizek <martin.krizek@gmail.com>2018-04-05 14:06:12 +0200
commit613f24a346ea3d89eb4d804933579a3e7f37e4ae (patch)
tree7a3da10e997a58c0163451c5723846473734be63
parentacf3f7a5df66fce9300e94d0a6655f5434e60dcc (diff)
downloadansible-613f24a346ea3d89eb4d804933579a3e7f37e4ae.tar.gz
Fix typo in apt.py (#38332)
-rw-r--r--lib/ansible/modules/packaging/os/apt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/packaging/os/apt.py b/lib/ansible/modules/packaging/os/apt.py
index 8abadd169d..cabe2777d8 100644
--- a/lib/ansible/modules/packaging/os/apt.py
+++ b/lib/ansible/modules/packaging/os/apt.py
@@ -144,7 +144,7 @@ EXAMPLES = '''
- name: Install apache service but avoid starting it immediately
apt: name=apache2 state=present
environment:
- RUNLEVLEL: 1
+ RUNLEVEL: 1
- name: Remove "foo" package
apt: name=foo state=absent