chore: split off fedora pkgs + rm default nano

This commit is contained in:
surtur 2023-08-01 22:37:05 +02:00
parent 152e88bc77
commit e7ac3d67c2
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 17 additions and 15 deletions

@ -12,19 +12,5 @@
name: "{{ pkgs_arch }}"
when: ansible_distribution == "Archlinux"
- name: F38 pkgs
become: true
ansible.builtin.dnf:
state: present
name: "{{ pkgs_fedora38 }}"
when: ansible_distribution == "Fedora"
- name: Remove cockpit
become: true
ansible.builtin.dnf:
state: absent
name:
- cockpit
- cockpit-bridge
- cockpit-ws
- include_tasks: pkg_fedora.yml
when: ansible_distribution == "Fedora"

@ -0,0 +1,16 @@
---
- name: F38 pkgs
become: true
ansible.builtin.dnf:
state: present
name: "{{ pkgs_fedora38 }}"
- name: Remove unwanted software
become: true
ansible.builtin.dnf:
state: absent
name:
- cockpit
- cockpit-bridge
- cockpit-ws
- nano-default-editor