1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2024-11-22 15:32:18 +00:00

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