make sure user exists before using git as user

This commit is contained in:
meaz 2023-06-21 19:19:45 +02:00
parent ac0cbd694d
commit e9372829db
Signed by: meaz
GPG key ID: CD7A47B2F1ED43B4

View file

@ -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