Skip to content
Snippets Groups Projects
Verified Commit 1d21532b authored by Florian Pritz's avatar Florian Pritz
Browse files

dbscripts: Create /home/*/staging/*


devtools expects those to exist so create them automatically. No need
to have users do that themselves.

Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent ac0d3c93
No related branches found
No related tags found
No related merge requests found
...@@ -81,6 +81,12 @@ ...@@ -81,6 +81,12 @@
state: present state: present
exclusive: yes exclusive: yes
- name: create staging directories in user homes
file: path=/home/{{item[0]}}/staging/{{item[1]}} state=directory owner={{item[0]}} group=users mode=755
with_nested:
- "{{arch_users}}"
- ['core', 'extra', 'testing', 'staging', 'community', 'community-staging', 'community-testing', 'multilib', 'multilib-staging', 'multilib-testing']
- name: create dbscripts paths - name: create dbscripts paths
file: path="{{ item }}" state=directory file: path="{{ item }}" state=directory
with_items: with_items:
......
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