Added initial Silverblue role
This commit is contained in:
parent
b68b993162
commit
22e3b5078a
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@
|
|||
when:
|
||||
- ansible_distribution == 'Fedora'
|
||||
- ansible_pkg_mgr == 'dnf5'
|
||||
- name: silverblue
|
||||
when:
|
||||
- ansible_distribution == 'Fedora'
|
||||
- ansible_pkg_mgr == 'atomic_container'
|
||||
- name: gnome
|
||||
when: ansible_env.DESKTOP_SESSION == 'gnome'
|
||||
- name: dotfiles
|
||||
|
|
|
|||
Loading…
Reference in a new issue