parent
9fab75e3ef
commit
6fef6f11f0
2 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,9 @@
|
|||
- name: Fedora bootstrap
|
||||
hosts: all
|
||||
roles:
|
||||
- set_dnf
|
||||
- role: set_dnf
|
||||
become: yes
|
||||
become_method: sudo
|
||||
- flatpaks
|
||||
- ssh
|
||||
- shell
|
||||
|
|
|
@ -14,4 +14,4 @@
|
|||
- name: Install flameshot for screenshots
|
||||
dnf:
|
||||
name: flameshot
|
||||
state: present
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue