.gitea/workflows/dry-run.yml aktualisiert
All checks were successful
Ansible Dry Run / Explore-Gitea-Actions (push) Successful in 12s
All checks were successful
Ansible Dry Run / Explore-Gitea-Actions (push) Successful in 12s
This commit is contained in:
parent
c8f5c75974
commit
34af0869e9
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
#cd ${{ gitea.workspace }}
|
||||
ls ${{ gitea.workspace }}
|
||||
#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:
|
||||
ANSIBLE_CI_USER: ${{secrets.ANSIBLE_CI_USER}}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue