Fix thinko
This commit is contained in:
parent
1fed3a1d2c
commit
d36f2cfa79
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue