Commit d4489163 authored by nanahira's avatar nanahira

works for fedora

parent 1b5d79e6
Pipeline #12830 failed with stage
in 2 minutes and 1 second
......@@ -17,11 +17,6 @@
dnf:
name: curl,wget,git,vim,sudo,byobu,iftop,iotop,gcc,gcc-c++,make,autoconf,p7zip,p7zip-plugins,python3-pip,python3-devel,tcpdump,rsync,htop,mtr,net-tools,ctags,astyle,xclip,traceroute,tar,unzip,nmap,python3-libselinux,mosh,subversion,haveged,nfs-utils,ipset,fish,wireguard-tools,zstd,fish # nfs-common
update_cache: yes
- name: Fedora packages
become: true
dnf:
name: fish,wireguard-tools
when: ansible_distribution == 'Fedora'
- name: open-vm-tools
become: true
dnf:
......
......@@ -47,7 +47,7 @@
when: install_docker
- name: fish
include_tasks: fish.yml
when: customization and (ansible_os_family == 'Debian' or ansible_distribution == 'Fedora' or ansible_os_family == 'RedHat' and ansible_distribution_major_version|int == 8)
when: customization and (ansible_os_family == 'Debian' or ansible_distribution == 'Fedora' or ansible_os_family == 'RedHat' and ansible_distribution_major_version|int >= 8)
- name: customize
include_tasks: '{{item}}.yml'
with_items:
......
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