removed extra space

as pointed out by @lloydbenson
This commit is contained in:
Brian Coca 2016-06-22 12:31:13 -04:00 committed by Matt Clay
parent 4480b8d37f
commit f9cb5ecc3c

View file

@ -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
'''