mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-03 00:30:18 +01:00
Fix for "always_run" deprecation warning
This commit is contained in:
parent
bdba3503da
commit
3b99e47d10
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
- name: Get installed version of Apache.
|
||||
shell: "{{ apache_daemon_path }}{{ apache_daemon }} -v"
|
||||
changed_when: false
|
||||
always_run: yes
|
||||
check_mode: no
|
||||
register: _apache_version
|
||||
|
||||
- name: Create apache_version variable.
|
||||
|
|
Loading…
Reference in a new issue