Added helper role

This commit is contained in:
Kevin Veen-Birkenbach 2025-02-07 19:25:31 +01:00
parent c11bcfa10f
commit bebcdfd2da

View File

@ -244,4 +244,11 @@
roles:
- role: nginx-global-www
# Helper Roles for partial deployment
- name: Copy global css
hosts: nginx-global-css
become: true
roles:
- role: nginx-global-css
- import_playbook: playbook.destructor.yml