Commit 8602a52a authored by nanahira's avatar nanahira

fix

parent 05a2936a
......@@ -79,12 +79,6 @@
state: latest
name: curl,wget,git,nodejs,npm,gcc,gcc-c++,make,sqlite-devel,readline-devel,openssl-devel,libevent-devel,mono-complete,redis,p7zip,p7zip-plugins,tar,unzip
when: "ansible_distribution == 'CentOS' and ansible_distribution_major_version|int == 8"
- name: npm
become: yes
npm:
name: npm
state: latest
global: true
- name: npm
become: yes
npm:
......@@ -95,6 +89,12 @@
become: yes
shell: n 12
- name: npm
become: yes
npm:
name: npm
state: latest
global: true
- name: pm2
become: yes
npm:
name: pm2
......
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