mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
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…
Add table
Add a link
Reference in a new issue