Initial commit
This commit is contained in:
8
roles/static-server/tasks/install.yml
Normal file
8
roles/static-server/tasks/install.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Ensure Static Sits are setup
|
||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_site.yml"
|
||||
with_items: "{{ static_sites }}"
|
||||
loop_control:
|
||||
loop_var: site
|
||||
no_log: true
|
||||
Reference in New Issue
Block a user