Use import instead of include

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2021-08-10 10:53:06 +02:00
parent cec8ae4147
commit 73f19b84e3
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -210,5 +210,5 @@
- SAR
- GBDR
- include_tasks: datanommer.yml
- import_tasks: datanommer.yml
when: inventory_hostname.startswith('db-datanommer01') and env == "staging"