Add sudo to dnf list command
Bringing over the fix from ansible-osbuild
This commit is contained in:
parent
0640610f54
commit
89b9e541e2
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ priority=5
|
|||
EOF
|
||||
|
||||
# Verify that the repository we added is working properly.
|
||||
dnf list all | grep osbuild-mock
|
||||
sudo dnf list all | grep osbuild-mock
|
||||
|
||||
# Create temporary directories for Ansible.
|
||||
sudo mkdir -vp /opt/ansible_{local,remote}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue