mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-24 04:49:26 +00:00
no gitlab perms aplied
This commit is contained in:
parent
8f3a51026a
commit
4b36935dc0
@ -58,12 +58,12 @@
|
|||||||
# - include_tasks: start_containers.yaml
|
# - include_tasks: start_containers.yaml
|
||||||
# name: Start Containers
|
# name: Start Containers
|
||||||
# when: inventory_hostname in groups['raspberrypi5']
|
# when: inventory_hostname in groups['raspberrypi5']
|
||||||
- name: Get relevant configs
|
# - name: Get relevant configs
|
||||||
ansible.builtin.shell: 'docker exec -it gitlab update-permissions'
|
# ansible.builtin.shell: 'docker exec -it gitlab update-permissions'
|
||||||
ignore_errors: yes
|
# ignore_errors: yes
|
||||||
become: yes
|
# become: yes
|
||||||
register: result
|
# register: result
|
||||||
when: inventory_hostname in groups['raspberrypi5']
|
# when: inventory_hostname in groups['raspberrypi5']
|
||||||
- name: Get relevant configs
|
- name: Get relevant configs
|
||||||
ansible.builtin.shell: 'docker restart gitlab'
|
ansible.builtin.shell: 'docker restart gitlab'
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user