mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 02:50:19 +01:00
PR #26: Fix spacing for variable name.
This commit is contained in:
parent
dc89c2b987
commit
cfda9d6dfb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue