always_run is deprecated

This commit is contained in:
Dick Visser 2016-11-10 01:33:45 +01:00 committed by GitHub
parent 88d910923c
commit 46ff8a0e95

View file

@ -16,7 +16,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.