diff --git a/deploy.d/plays/predeploy.yml b/deploy.d/plays/predeploy.yml index 5580d8b..9b2a845 100644 --- a/deploy.d/plays/predeploy.yml +++ b/deploy.d/plays/predeploy.yml @@ -24,8 +24,8 @@ set_fact: git_user_info: { - "USER_GID": "{{ getent_passwd['git'][1] }}", - "USER_UID": "{{ getent_passwd['git'][2] }}", + "USER_UID": "{{ getent_passwd['git'][1] }}", + "USER_GID": "{{ getent_passwd['git'][2] }}", } - name: Store gitea git user uid/guid in config.env dictionary