Removing deprecation warning

This commit is contained in:
Victor Cabral 2017-01-18 10:13:52 -05:00
parent b280d7af54
commit 39ab5b7fa5

View file

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