Update Ansible GitHub workflows

The workflows committed in the first commit were missing the
installation of required dependencies and other fixes.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2023-07-17 14:20:39 +02:00
parent e1499d4aae
commit 68f5cc8e33
16 changed files with 505 additions and 40 deletions

View File

@@ -48,10 +48,7 @@ jobs:
- name: Create default collection path
run: |
mkdir -p /home/runner/.ansible/
cp -rp /home/runner/work/kubevirt/kubevirt/ansible_collections /home/runner/.ansible/collections/
ls -l /home/runner/.ansible/collections/ansible_collections/
ls -l /home/runner/.ansible/collections/ansible_collections/kubernetes/
ls -l /home/runner/.ansible/collections/ansible_collections/kubernetes/kubevirt/
cp -rp ${GITHUB_WORKSPACE}/ansible_collections /home/runner/.ansible/collections/
- name: Create changelog and documentation
uses: ansible-middleware/collection-docs-action@main