Commit 21e90f98 authored by nanahira's avatar nanahira

fix

parent ecaf441a
Pipeline #3256 failed with stage
in 7 minutes and 12 seconds
...@@ -46,12 +46,12 @@ ...@@ -46,12 +46,12 @@
update_cache: yes update_cache: yes
name: epel-release,elrepo-release name: epel-release,elrepo-release
when: ansible_distribution_major_version|int >= 8 when: ansible_distribution_major_version|int >= 8
- name: dnf plugin #- name: dnf plugin
become: true # become: true
dnf: # dnf:
update_cache: yes # update_cache: yes
name: dnf-plugin-elrepo # name: dnf-plugin-elrepo
when: ansible_distribution_major_version|int >= 8 # when: ansible_distribution_major_version|int >= 8
- name: dnf install kernel - name: dnf install kernel
become: true become: true
dnf: dnf:
......
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