@@ -1,4 +1,7 @@
|
||||
---
|
||||
- include_tasks: ansible_deps.yml
|
||||
- include_tasks: installation.yml
|
||||
- include_tasks: configuration.yml
|
||||
- name: Install ansible dependencies for this role
|
||||
ansible.builtin.include_tasks: ansible_deps.yml
|
||||
- name: Install postgres
|
||||
ansible.builtin.include_tasks: installation.yml
|
||||
- name: Configure Database
|
||||
ansible.builtin.include_tasks: configuration.yml
|
||||
|
||||
Reference in New Issue
Block a user