dnf-automatic: variables cannot use -

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2018-12-30 18:44:39 +00:00
parent 9e2e121b25
commit 135bc9837d

View file

@ -44,8 +44,8 @@
- name: enable and start dnf-automatic f26+
command: systemctl enable dnf-automatic-install.timer
when: ansible_distribution_major_version|int >= 26
register: dnf-automatic-enable
changed_when: dnf-automatic-enable.stdout is defined
register: dnfautomaticenable
changed_when: dnfautomaticenable.stdout is defined
tags:
- config