mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-06 18:10:18 +01:00
always_run
is deprecated
This commit is contained in:
parent
88d910923c
commit
46ff8a0e95
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
- 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
|
check_mode: no
|
||||||
register: _apache_version
|
register: _apache_version
|
||||||
|
|
||||||
- name: Create apache_version variable.
|
- name: Create apache_version variable.
|
||||||
|
|
Loading…
Reference in a new issue