Commit 17d0b323 authored by nanahira's avatar nanahira

fix

parent d4e900d7
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
become: true become: true
dnf: dnf:
state: latest state: latest
name: nodejs,npm name: nodejs
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: npm - name: npm
become: true become: true
......
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