dnf-automatic: variables cannot use -
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9e2e121b25
commit
135bc9837d
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@
|
||||||
- name: enable and start dnf-automatic f26+
|
- name: enable and start dnf-automatic f26+
|
||||||
command: systemctl enable dnf-automatic-install.timer
|
command: systemctl enable dnf-automatic-install.timer
|
||||||
when: ansible_distribution_major_version|int >= 26
|
when: ansible_distribution_major_version|int >= 26
|
||||||
register: dnf-automatic-enable
|
register: dnfautomaticenable
|
||||||
changed_when: dnf-automatic-enable.stdout is defined
|
changed_when: dnfautomaticenable.stdout is defined
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue