linting ansible neo4j

This commit is contained in:
2025-05-27 09:49:05 +02:00
parent 1ff53c6424
commit 0bb618a4a3
4 changed files with 15 additions and 13 deletions

View File

@@ -1,7 +1,9 @@
---
- include_tasks: install.yml
- name: Include install tasks
ansible.builtin.include_tasks: install.yml
tags: install,config
- include_tasks: backup.yml
- name: Include backup tasks
ansible.builtin.include_tasks: backup.yml
tags: backup