diff --git a/molecule/default/prepare.yml b/molecule/default/prepare.yml index 3da0181..771e6d3 100644 --- a/molecule/default/prepare.yml +++ b/molecule/default/prepare.yml @@ -2,7 +2,7 @@ - name: Prepare hosts: all become: true - gather_facts: true + gather_facts: false roles: - role: robertdebock.bootstrap @@ -22,7 +22,7 @@ - name: Continue prepare with facts hosts: all become: true - gather_facts: true + gather_facts: false pre_tasks: - name: Include remi