.gitea/workflows/dry-run.yml aktualisiert
All checks were successful
Ansible Dry Run / Explore-Gitea-Actions (push) Successful in 12s

This commit is contained in:
rulrich 2024-03-09 20:44:35 +01:00
parent c8f5c75974
commit 34af0869e9

View file

@ -20,7 +20,7 @@ jobs:
#cd ${{ gitea.workspace }} #cd ${{ gitea.workspace }}
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
#ls -l #ls -l
echo ansible-playbook -i hosts -l testing playbook.yml -u "$ANSIBLE_RUN_AS" ---become-password-file /tmp/.pw --check echo ansible-playbook -i hosts -l testing playbook.yml -u $ANSIBLE_RUN_AS ---become-password-file /tmp/.pw --check
env: env:
ANSIBLE_CI_USER: ${{secrets.ANSIBLE_CI_USER}} ANSIBLE_CI_USER: ${{secrets.ANSIBLE_CI_USER}}
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."