From 818113c88601ec8a286444370d67a1389af6dea8 Mon Sep 17 00:00:00 2001 From: Kevin Lefevre Date: Tue, 16 Jul 2019 14:08:37 +0200 Subject: [PATCH] fix: facts are not available here --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 7852b1b..93687df 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,7 +2,7 @@ - include_tasks: path.yml - include_tasks: python.yml - when: bootstrap_python or ansible_os_family in ["CoreOS", "Container Linux by CoreOS"] + when: bootstrap_python - include_tasks: kernel.yml