Fix typo in apt.py (#38332)
This commit is contained in:
parent
acf3f7a5df
commit
613f24a346
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue