mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2026-01-11 14:01:41 -07:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c667c001c3 | ||
|
|
013642b2f2 |
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -28,6 +28,13 @@ jobs:
|
|||||||
inventory: |
|
inventory: |
|
||||||
[all]
|
[all]
|
||||||
localhost
|
localhost
|
||||||
|
options: |
|
||||||
|
-e docker_image=docker_url
|
||||||
|
-e docker_username=${{github.actor}}
|
||||||
|
-e docker_password=${{github.token}}
|
||||||
|
-e db_name=db_name
|
||||||
|
-e db_user=db_user
|
||||||
|
-e db_pass=db_pass
|
||||||
test-local:
|
test-local:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user