We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e439378 commit 0f4b250Copy full SHA for 0f4b250
tasks/main.yml
@@ -11,18 +11,18 @@
11
- prometheus_install
12
- prometheus_run
13
14
-- include: preflight.yml
+- import_tasks: preflight.yml
15
tags:
16
- prometheus_configure
17
18
19
20
-- include: install.yml
+- import_tasks: install.yml
21
become: true
22
23
24
25
-- include: configure.yml
+- import_tasks: configure.yml
26
27
28
0 commit comments