Skip to content

Commit

Permalink
Tries setting ANSIBLE_ASYNC_DIR to somewhere definitely writeable
Browse files Browse the repository at this point in the history
- @see stefangweichinger/ansible-rclone#105
- Re: pr25-fix-intermittent-non-zero-return-code
  • Loading branch information
ctorgalson committed Jun 16, 2022
1 parent 6f910de commit 5998e79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
molecule:
runs-on: ubuntu-latest
env:
ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async"
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 5998e79

Please sign in to comment.