Add more roles and start adding packages
This commit is contained in:
11
roles/fedora_workstation/tasks/main.yml
Normal file
11
roles/fedora_workstation/tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# tasks file for fedora_workstation
|
||||
|
||||
- name: Ensure essential packages are installed
|
||||
ansible.builtin.dnf:
|
||||
name:
|
||||
- zsh
|
||||
- curl
|
||||
- wget
|
||||
state: present
|
||||
become: true
|
||||
Reference in New Issue
Block a user