workflows: pass -e options

This commit is contained in:
Dawid Dziurla 2020-04-07 00:58:47 +02:00 committed by GitHub
parent 55d6336eea
commit 47f48fd0e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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