Run DNF as root

Part of #8

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2020-10-11 20:30:30 +02:00
parent 9fab75e3ef
commit 6fef6f11f0
No known key found for this signature in database
GPG key ID: 8535F3BCF69B3D69
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,9 @@
- name: Fedora bootstrap
hosts: all
roles:
- set_dnf
- role: set_dnf
become: yes
become_method: sudo
- flatpaks
- ssh
- shell

View file

@ -14,4 +14,4 @@
- name: Install flameshot for screenshots
dnf:
name: flameshot
state: present
state: present