Commit cac1493f authored by nanahira's avatar nanahira

fedora

parent fc3df125
......@@ -29,7 +29,7 @@
when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version|int == 7"
- name: dnf
include_tasks: dnf.yml
when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version|int == 8"
when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version|int >= 8"
- name: redhat configures
include_tasks: redhat_configures.yml
when: "ansible_os_family == 'RedHat'"
......
......@@ -16,7 +16,7 @@
dnf:
name: '*'
state: latest
when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version|int == 8"
when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version|int >= 8"
- name: fixup iptables with qemu
become: true
iptables:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment