From f63fd33ff8fcdbd271719627ab90b76a831eed0e Mon Sep 17 00:00:00 2001 From: pyllyukko Date: Thu, 19 Dec 2024 21:53:16 +0200 Subject: [PATCH] Molecole: gather_facts -> true --- converge.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/converge.yml b/converge.yml index 86ed7fbf..f36b8752 100644 --- a/converge.yml +++ b/converge.yml @@ -15,11 +15,7 @@ hosts: molecule vars_files: - vars.yml - # We disable gather facts because it would fail due to our container not - # having python installed. This will not prevent use from running 'raw' - # commands. Most molecule users are expected to use containers that already - # have python installed in order to avoid notable delays installing it. - gather_facts: false + gather_facts: true tasks: - name: Check uname ansible.builtin.raw: uname -a