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 - 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

View file

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