workflows: test -e options

This commit is contained in:
Dawid Dziurla 2020-04-07 00:30:12 +02:00 committed by GitHub
parent 2be8c5b7f9
commit 59f1e1bd4f
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}} key: ${{secrets.SSH_PRIVATE_KEY}}
vault_password: test vault_password: test
inventory: | inventory: |
[remote] [all]
host ansible_user=user
[local]
localhost ansible_user=root ansible_connection=local localhost ansible_user=root ansible_connection=local
options: | options: |
--limit local -e key1=val1
-e key2=val2