Skip to content

Commit

Permalink
Can't prepare on images without python...
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed May 16, 2024
1 parent c695225 commit 8beeb31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: Prepare
hosts: all
become: true
gather_facts: true
gather_facts: false

roles:
- role: robertdebock.bootstrap
Expand All @@ -22,7 +22,7 @@
- name: Continue prepare with facts
hosts: all
become: true
gather_facts: true
gather_facts: false

pre_tasks:
- name: Include remi
Expand Down

0 comments on commit 8beeb31

Please sign in to comment.