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