summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-auth-legacy.yml1
-rw-r--r--chaos-at-home/ch-prometheus-legacy.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/chaos-at-home/ch-auth-legacy.yml b/chaos-at-home/ch-auth-legacy.yml
index 1e15efa8..34c478fd 100644
--- a/chaos-at-home/ch-auth-legacy.yml
+++ b/chaos-at-home/ch-auth-legacy.yml
@@ -1,6 +1,7 @@
---
- name: Basic Setup
hosts: ch-auth-legacy
+ gather_facts: no
tasks:
- debug:
msg: legacy host, not maintained by ansible...
diff --git a/chaos-at-home/ch-prometheus-legacy.yml b/chaos-at-home/ch-prometheus-legacy.yml
index f147090d..a2fc2147 100644
--- a/chaos-at-home/ch-prometheus-legacy.yml
+++ b/chaos-at-home/ch-prometheus-legacy.yml
@@ -1,6 +1,7 @@
---
- name: Basic Setup
hosts: ch-prometheus-legacy
+ gather_facts: no
tasks:
- debug:
msg: legacy host, not maintained by ansible...