Commit cac1493f authored by nanahira's avatar nanahira

fedora

parent fc3df125
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version|int == 7" when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version|int == 7"
- name: dnf - name: dnf
include_tasks: dnf.yml 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 - name: redhat configures
include_tasks: redhat_configures.yml include_tasks: redhat_configures.yml
when: "ansible_os_family == 'RedHat'" when: "ansible_os_family == 'RedHat'"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
dnf: dnf:
name: '*' name: '*'
state: latest 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 - name: fixup iptables with qemu
become: true become: true
iptables: 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