Skip to content

Commit 4129cd5

Browse files
committed
Change include_tasks to import_tasks
- This is for Ansible tags to function as expected
1 parent 07f4fba commit 4129cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/playbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
become: yes
33

44
pre_tasks:
5-
- include_tasks: tasks/setup-system.yml
5+
- import_tasks: tasks/setup-system.yml
66

77
vars_files:
88
- ./vars.yml
@@ -11,7 +11,7 @@
1111
- role: anxs.postgresql
1212

1313
tasks:
14-
- include_tasks: tasks/setup-extensions.yml
14+
- import_tasks: tasks/setup-extensions.yml
1515

1616
- name: Dump SQL script
1717
copy:

0 commit comments

Comments
 (0)