Update version & add manage_docker option
This commit is contained in:
parent
ab7c91f637
commit
a4befd5ef8
3 changed files with 7 additions and 5 deletions
|
|
@ -28,6 +28,7 @@
|
|||
state: absent
|
||||
environment:
|
||||
GITLAB_HOME: '{{ gitlab_home }}'
|
||||
when: manage_docker is true
|
||||
|
||||
- name: start gitlab
|
||||
docker_compose:
|
||||
|
|
@ -35,5 +36,4 @@
|
|||
project_src: '{{ app_dir }}'
|
||||
environment:
|
||||
GITLAB_HOME: '{{ gitlab_home }}'
|
||||
|
||||
# TODO: update router config (for SSH)
|
||||
when: manage_docker is true
|
||||
|
|
|
|||
Reference in a new issue