make sure user exists before using git as user
This commit is contained in:
parent
ac0cbd694d
commit
e9372829db
1 changed files with 3 additions and 3 deletions
|
@ -3,12 +3,12 @@
|
|||
- name: Install dependencies
|
||||
include_tasks: installdeps.yml
|
||||
|
||||
- name: Clone / Update GIT
|
||||
include_tasks: git.yml
|
||||
|
||||
- name: Add user
|
||||
include_tasks: user.yml
|
||||
|
||||
- name: Clone / Update GIT
|
||||
include_tasks: git.yml
|
||||
|
||||
- name: Deploy configuration
|
||||
include_tasks: configure.yml
|
||||
|
||||
|
|
Loading…
Reference in a new issue