mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 19:32:47 +00:00
removed extra space
as pointed out by @lloydbenson
This commit is contained in:
@@ -57,5 +57,5 @@ EXAMPLES = '''
|
||||
|
||||
# This uses a variable as this changes per distribution.
|
||||
- name: remove the apache package
|
||||
package : name={{apache}} state=absent
|
||||
package: name={{apache}} state=absent
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user