Skip to content

Commit 0f4b250

Browse files
authored
Change includes to imports in main.yml
1 parent e439378 commit 0f4b250

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tasks/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
- prometheus_install
1212
- prometheus_run
1313

14-
- include: preflight.yml
14+
- import_tasks: preflight.yml
1515
tags:
1616
- prometheus_configure
1717
- prometheus_install
1818
- prometheus_run
1919

20-
- include: install.yml
20+
- import_tasks: install.yml
2121
become: true
2222
tags:
2323
- prometheus_install
2424

25-
- include: configure.yml
25+
- import_tasks: configure.yml
2626
become: true
2727
tags:
2828
- prometheus_configure

0 commit comments

Comments
 (0)