update handlers & config.toml dest file

This commit is contained in:
Ludovic Cartier
2023-09-29 18:15:24 +02:00
parent 2a185dc3aa
commit c9a0df80c3
2 changed files with 5 additions and 6 deletions

View File

@ -49,9 +49,8 @@
tags: ['docker_gitlab']
- name: 'gitlab-runner-restart'
docker_container:
name: gitlab-runner
restart: yes
when:
- 'not register_docker_container_gitlab_runner.changed'
systemd:
name: docker-compose@gitlab-runner
state: restarted
ignore_errors: '{{ ansible_check_mode }}'
tags: ['docker_gitlab-runner']