Fix thinko

This commit is contained in:
Kevin Fenzi 2015-12-08 18:50:24 +00:00
parent 1fed3a1d2c
commit d36f2cfa79

View file

@ -26,7 +26,7 @@
- name: check if dnf-automatic.timer is active - name: check if dnf-automatic.timer is active
command: systemctl is-active dnf-automatic.timer command: systemctl is-active dnf-automatic.timer
result: automaticative register: automaticative
always_run: yes always_run: yes
changed_when: 1 != 1 changed_when: 1 != 1
when: ansible_distribution == 'Fedora' when: ansible_distribution == 'Fedora'