Fix for "always_run" deprecation warning

This commit is contained in:
Prisacari Dmitrii 2017-01-18 12:08:45 +02:00
parent bdba3503da
commit 3b99e47d10

View file

@ -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.