fedora 42 templating

This commit is contained in:
sussy baka 2025-04-15 14:20:39 +02:00
parent 2829033fd1
commit 844423462e
2 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
- name: Configure Fedora 41 Gnome Template for development - name: Configure Fedora 42 Gnome Template for development
hosts: 127.0.0.1 hosts: 127.0.0.1
connection: local connection: local
tasks: tasks:

View file

@ -1,4 +1,4 @@
- name: Configure Fedora 41 Gnome Template - name: Configure Fedora 42 Gnome Template
hosts: 127.0.0.1 hosts: 127.0.0.1
connection: local connection: local
tasks: tasks:
@ -6,16 +6,16 @@
ansible.builtin.include_role: ansible.builtin.include_role:
name: 'baseline' name: 'baseline'
vars: vars:
- umask_changes: true umask_changes: true
- manage_network: true manage_network: true
- name: 'Gnome package stuff' - name: 'Gnome package stuff'
ansible.builtin.include_role: ansible.builtin.include_role:
name: gnome name: gnome
- name: 'Setup dom0 prompt for sudo' # - name: 'Setup dom0 prompt for sudo'
ansible.builtin.include_role: # ansible.builtin.include_role:
name: sudo-dom0-prompt # name: sudo-dom0-prompt
- name: 'Install trivalent' - name: 'Install trivalent'
ansible.builtin.include_role: ansible.builtin.include_role:
@ -23,4 +23,4 @@
- name: 'Setup arkenfox' - name: 'Setup arkenfox'
ansible.builtin.include_role: ansible.builtin.include_role:
name: arkenfox name: arkenfox