mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
Fix typo in apt.py (#38332)
This commit is contained in:
committed by
Martin Krizek
parent
acf3f7a5df
commit
613f24a346
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user