@@ -12,6 +12,11 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: ls
|
||||||
|
run: |
|
||||||
|
ls -lah
|
||||||
|
|
||||||
|
|
||||||
# - name: Install Ansible
|
# - name: Install Ansible
|
||||||
# shell: bash
|
# shell: bash
|
||||||
# run: |
|
# run: |
|
||||||
@@ -22,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
run: |
|
run: |
|
||||||
docker pull librespace/ansible
|
docker pull librespace/ansible
|
||||||
docker run librespace/ansible ansible-playbook ansible/site.yml --private-key xxxx -u xxxx
|
docker run --mount type=bind,source="$(pwd)",target=/app librespace/ansible ansible-playbook ansible/site.yml --private-key xxxx -u xxxx
|
||||||
|
|
||||||
|
|
||||||
# - name: Run Ansible Playboo
|
# - name: Run Ansible Playboo
|
||||||
|
|||||||
Reference in New Issue
Block a user