mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
removed extra space
as pointed out by @lloydbenson
This commit is contained in:
parent
4480b8d37f
commit
f9cb5ecc3c
1 changed files with 1 additions and 1 deletions
|
@ -57,5 +57,5 @@ EXAMPLES = '''
|
||||||
|
|
||||||
# This uses a variable as this changes per distribution.
|
# This uses a variable as this changes per distribution.
|
||||||
- name: remove the apache package
|
- name: remove the apache package
|
||||||
package : name={{apache}} state=absent
|
package: name={{apache}} state=absent
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue