diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index ce99bdb..18f6bd9 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -73,14 +73,6 @@ gitea_user_guid: "{{ getent_passwd['gitea'][2] }}" - name: Configure the dokku app environment - dokku_config: - app: gitea - restart: false - config: - USER_GID: "{{ gitea_user_guid }}" - USER_UID: "{{ gitea_user_uid }}" - - - name: Configure the docker env vars dokku_config: app: gitea restart: false