Commit 680b68f3 authored by nanahira's avatar nanahira

rev

parent a7f6419e
--- ---
- hosts: tmp - hosts: init
remote_user: nanahira remote_user: nanahira
tasks: tasks:
- name: authorized_key - name: authorized_key
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
become: true become: true
dnf: dnf:
state: latest state: latest
name: curl,wget,git,vim,sudo,byobu,iftop,iotop,gcc,gcc-c++,make,autoconf,p7zip,p7zip-plugins,tcpdump,rsync,htop,mtr,net-tools,ctags,astyle,python-setuptools,python-devel,traceroute # xclip name: curl,wget,git,vim,sudo,byobu,iftop,iotop,gcc,gcc-c++,make,autoconf,p7zip,p7zip-plugins,tcpdump,rsync,htop,mtr,net-tools,ctags,astyle,traceroute # xclip
when: "ansible_distribution == 'CentOS' and ansible_distribution_major_version|int == 8" when: "ansible_distribution == 'CentOS' and ansible_distribution_major_version|int == 8"
- name: dnf autoremove - name: dnf autoremove
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