Skip to content
Snippets Groups Projects
Verified Commit 6510fb08 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

dbscripts: Fix wrong order of dependent tasks

parent eda56c0e
No related branches found
No related tags found
1 merge request!905Move the repos and associated services to its own server
......@@ -13,14 +13,14 @@
- name: Install fcgiwrap for the Git repo
systemd_service: name=fcgiwrap.socket enabled=yes state=started
- name: Allow state repo to be exported
file: path="/srv/repos/state/.git/git-daemon-export-ok" state=touch owner=git-packages group=junior-packager mode=0644
- name: Create dbscripts users
user: name="{{ item }}" shell=/bin/bash
loop:
- git-packages
- name: Allow state repo to be exported
file: path="/srv/repos/state/.git/git-daemon-export-ok" state=touch owner=git-packages group=junior-packager mode=0644
- name: Add cleanup user
user: name=cleanup groups=junior-dev,dev,junior-packager,packager shell=/sbin/nologin
......
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