Remove duplicate task

This commit is contained in:
Luke Murphy 2020-03-22 16:32:47 +01:00
parent 82ac9df7e3
commit 970910b68c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 8 deletions

View File

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