Skip to content
Snippets Groups Projects
Verified Commit bda67d8b authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

roles/archbuild: Make srcdest world-writable.

The container buildusers need to be able to write to SRCDEST, so we need
world-writeability. Argh.
parent a1fb9721
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@
path: '/var/lib/{{ "/".join(item) }}'
owner: root
group: root
mode: 0775
mode: 0777
with_nested:
- [archbuilddest]
- [srcdest]
......@@ -78,10 +78,10 @@
with_nested:
- [srcdest]
- ['user::rwx',
'group::r-x',
'group::rwx',
'group:dev:rwx',
'group:tu:rwx',
'other::r-x',
'other::rwx',
'mask::rwx',
'default:user::rwx',
'default:group::r-x',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment