diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index 74d7612bd..65c5b555d 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -64,7 +64,7 @@ jobs: echo "COLLECTION_FILE=$collection_file" >> $GITHUB_ENV - name: Install the collection - run: ansible-galaxy collection install $COLLECTION_FILE + run: ansible-galaxy collection install -vvvv $COLLECTION_FILE - name: Run role tests working-directory: molecule/zabbix_agent_tests diff --git a/.github/workflows/javagateway.yml b/.github/workflows/javagateway.yml index de7788f3b..d961ad3b6 100644 --- a/.github/workflows/javagateway.yml +++ b/.github/workflows/javagateway.yml @@ -62,7 +62,7 @@ jobs: echo "COLLECTION_FILE=$collection_file" >> $GITHUB_ENV - name: Install the collection - run: ansible-galaxy collection install $COLLECTION_FILE + run: ansible-galaxy collection install -vvvv $COLLECTION_FILE - name: Run server role tests run: >- diff --git a/.github/workflows/proxy.yml b/.github/workflows/proxy.yml index f78d2ab5a..b8ad4b9b9 100644 --- a/.github/workflows/proxy.yml +++ b/.github/workflows/proxy.yml @@ -66,7 +66,7 @@ jobs: echo "COLLECTION_FILE=$collection_file" >> $GITHUB_ENV - name: Install the collection - run: ansible-galaxy collection install $COLLECTION_FILE + run: ansible-galaxy collection install -vvvv $COLLECTION_FILE - name: Run role tests run: >- diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index f6205fc80..141d3f116 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -70,7 +70,7 @@ jobs: echo "COLLECTION_FILE=$collection_file" >> $GITHUB_ENV - name: Install the collection - run: ansible-galaxy collection install $COLLECTION_FILE + run: ansible-galaxy collection install -vvvv $COLLECTION_FILE - name: Run server role tests run: >- diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index b96deb308..19e800d99 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -72,7 +72,7 @@ jobs: echo "COLLECTION_FILE=$collection_file" >> $GITHUB_ENV - name: Install the collection - run: ansible-galaxy collection install $COLLECTION_FILE + run: ansible-galaxy collection install -vvvv $COLLECTION_FILE - name: Run role tests run: >-