Fix typo in apt.py (#38332)

This commit is contained in:
shadbarton 2018-04-05 15:06:12 +03:00 committed by Martin Krizek
parent acf3f7a5df
commit 613f24a346

View file

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