Skip to content

Commit 5ac498e

Browse files
committed
Need root (BLD-6874)
1 parent 4aa7902 commit 5ac498e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks/RedHat.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
ansible.builtin.file:
1717
src: /opt/rh/gcc-toolset-10
1818
dest: /opt/rh/devtoolset-10
19+
owner: root
20+
group: root
1921
state: link
22+
become: true
2023

2124
- name: Enable devtoolset globally for all users
2225
# See https://developers.redhat.com/blog/2014/03/19/permanently-enable-a-software-collection/

0 commit comments

Comments
 (0)