mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-03 00:30:18 +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.
|
# Figure out what version of Apache is installed.
|
||||||
- name: Get installed version of Apache.
|
- name: Get installed version of Apache.
|
||||||
shell: "{{apache_daemon_path}}{{ apache_daemon }} -v"
|
shell: "{{ apache_daemon_path }}{{ apache_daemon }} -v"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
always_run: yes
|
always_run: yes
|
||||||
register: _apache_version
|
register: _apache_version
|
||||||
|
|
Loading…
Reference in a new issue