ansible-roles/roles/ldap2pg/tasks/main.yml

17 lines
222 B
YAML
Raw Normal View History

2022-03-17 09:00:06 +01:00
---
- include_tasks: user.yml
tags: always
- include_tasks: facts.yml
tags: always
- include_tasks: install.yml
tags: always
- include_tasks: conf.yml
tags: always
- include_tasks: services.yml
tags: always