mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39: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
|
||||
# name: Start Containers
|
||||
# when: inventory_hostname in groups['raspberrypi5']
|
||||
- name: Get relevant configs
|
||||
ansible.builtin.shell: 'docker exec -it gitlab update-permissions'
|
||||
ignore_errors: yes
|
||||
become: yes
|
||||
register: result
|
||||
when: inventory_hostname in groups['raspberrypi5']
|
||||
# - name: Get relevant configs
|
||||
# ansible.builtin.shell: 'docker exec -it gitlab update-permissions'
|
||||
# ignore_errors: yes
|
||||
# become: yes
|
||||
# register: result
|
||||
# when: inventory_hostname in groups['raspberrypi5']
|
||||
- name: Get relevant configs
|
||||
ansible.builtin.shell: 'docker restart gitlab'
|
||||
ignore_errors: yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user