mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
10 lines
328 B
YAML
10 lines
328 B
YAML
- name: Include dependency 'sys-alm-compose'
|
|
include_role:
|
|
name: sys-alm-compose
|
|
when: run_once_sys_alm_compose is not defined
|
|
|
|
- name: add srv-proxy-6-6-tls-deploy.sh
|
|
template:
|
|
src: "srv-proxy-6-6-tls-deploy.sh.j2"
|
|
dest: "{{nginx_docker_cert_deploy_script}}"
|
|
notify: restart srv-proxy-6-6-tls-deploy service |