Skip to content

Commit

Permalink
workflows: pass -e options
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Apr 6, 2020
1 parent 55d6336 commit 47f48fd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ jobs:
key: ${{secrets.SSH_PRIVATE_KEY}}
vault_password: test
inventory: |
[remote]
host ansible_user=user
[local]
[all]
localhost ansible_user=root ansible_connection=local
options: |
--limit local
-e key1=val1
-e key2=val2

0 comments on commit 47f48fd

Please sign in to comment.