Skip to content

Commit

Permalink
fix: move env
Browse files Browse the repository at this point in the history
  • Loading branch information
jseniuk committed Jun 4, 2024
1 parent 4b00c8c commit b4745cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ provisioner:
name: ansible
playbooks:
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
verifier:
name: ansible
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'

0 comments on commit b4745cc

Please sign in to comment.