Skip to content

Commit 2dfcf7f

Browse files
committed
Escalate privs for NetworkManager-ovs install
When installing packages, we need to escalate privileges. This change adds become: true to the block that is installing NetworkManager-ovs for use with nmstate. Signed-off-by: Brendan Shephard <[email protected]>
1 parent 9f9b744 commit 2dfcf7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/edpm_network_config/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
- name: Configure network with network role from system roles [nmstate]
1818
when: edpm_network_config_tool == 'nmstate'
19+
become: true
1920
block:
2021
- name: Install OVS NetworkManager plugin [nmstate]
2122
ansible.builtin.dnf:

0 commit comments

Comments
 (0)