test docker without plugins 0.0064
This commit is contained in:
@@ -12,8 +12,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_fin
|
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_fin
|
||||||
chmod 600 /tmp/id_fin
|
chmod 600 /tmp/id_fin
|
||||||
- name: Install Ansible collection
|
# - name: Install Ansible collection
|
||||||
run: ansible-galaxy collection install community.docker
|
# run: ansible-galaxy collection install community.docker
|
||||||
- name: Create inventory
|
- name: Create inventory
|
||||||
run: echo "${{ secrets.INVENTORY }}" > inventory.ini
|
run: echo "${{ secrets.INVENTORY }}" > inventory.ini
|
||||||
- name: Create secrets.yml
|
- name: Create secrets.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user