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.
|
||||
- name: remove the apache package
|
||||
package : name={{apache}} state=absent
|
||||
package: name={{apache}} state=absent
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue