.gitea/workflows/dry-run.yml aktualisiert
Some checks failed
Ansible Dry Run / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
rulrich 2024-03-09 20:17:33 +01:00
parent 5c63cb35eb
commit 7cf36cbcf8

View file

@ -12,13 +12,13 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- run: echo "${{ secrets.ansible_ci_user }}" - run: echo "${{ secrets.ANSIBLE_CI_USER }}"
- run:
- name: Dry Run - name: Dry Run
run: | run: |
cd ${{ gitea.workspace }} #cd ${{ gitea.workspace }}
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
ls -l #ls -l
# echo ${{ ANSIBLE_CI_USER }}
# ansible-playbook -i hosts -l testing playbook.yml -u $USER --ask-become-pass --check # ansible-playbook -i hosts -l testing playbook.yml -u $USER --ask-become-pass --check
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."