infrastructure/ansible/roles/gitlab_pages/handlers/main.yml
Jake Howard 24d11deeae
Update ansible-lint
Required a lot of renaming :(
2020-09-26 17:53:47 +01:00

5 lines
106 B
YAML

- name: restart gitlab-pages
shell:
chdir: /opt/gitlab-pages
cmd: "{{ docker_update_command }}"