diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index e36749d..9ebd8b7 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -14,9 +14,9 @@ jobs: run: 'cat /etc/os-release' - name: Check environment variables run: | - rpm -qa # env -# dnf install -y nodejs git python3-pip + dnf install -y nodejs git ansible-core ansible-galaxy python3-pip + ansible-galaxy collection list # - name: Check out repository code # uses: actions/checkout@v4 # with: