Remove duplicate task
This commit is contained in:
parent
82ac9df7e3
commit
970910b68c
@ -73,14 +73,6 @@
|
|||||||
gitea_user_guid: "{{ getent_passwd['gitea'][2] }}"
|
gitea_user_guid: "{{ getent_passwd['gitea'][2] }}"
|
||||||
|
|
||||||
- name: Configure the dokku app environment
|
- 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:
|
dokku_config:
|
||||||
app: gitea
|
app: gitea
|
||||||
restart: false
|
restart: false
|
||||||
|
Reference in New Issue
Block a user