Skip to content

Commit

Permalink
docs: add ANSIBLE_FORCE_COLOR
Browse files Browse the repository at this point in the history
  • Loading branch information
gofrolist authored Oct 30, 2021
1 parent c8f2857 commit 1414de3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ jobs:
molecule_options: --debug --base-config molecule/_shared/base.yml
molecule_command: test
molecule_args: --scenario-name ${{ matrix.scenario }}
env:
ANSIBLE_FORCE_COLOR: '1'
```

> TIP: N.B. Use `gofrolist/molecule-action@v2` or any other valid tag, or branch, or commit SHA instead of `v2` to pin the action to use a specific version.
Expand Down

0 comments on commit 1414de3

Please sign in to comment.