PR #26: Fix spacing for variable name.

This commit is contained in:
Jeff Geerling 2015-07-23 11:58:03 -05:00
parent dc89c2b987
commit cfda9d6dfb

View file

@ -17,7 +17,7 @@
# Figure out what version of Apache is installed.
- name: Get installed version of Apache.
shell: "{{apache_daemon_path}}{{ apache_daemon }} -v"
shell: "{{ apache_daemon_path }}{{ apache_daemon }} -v"
changed_when: false
always_run: yes
register: _apache_version