We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a663a7 commit 1621d69Copy full SHA for 1621d69
playbooks/roles/nvidia-enroot/tasks/oraclelinux-7.yml
@@ -110,7 +110,7 @@
110
file:
111
path: "{{enroot_top_path_checked}}/{{item}}"
112
state: directory
113
- mode: '0775'
+ mode: '0777'
114
owner: opc
115
group: "{{privilege_group_name}}"
116
recurse: no
playbooks/roles/nvidia-enroot/tasks/ubuntu.yml
@@ -106,7 +106,7 @@
106
107
108
109
owner: "{{ ansible_user }}"
0 commit comments