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