.gitea/workflows/dry-run.yml aktualisiert
Some checks failed
Ansible Dry Run / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Ansible Dry Run / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
d07dc4216d
commit
c8f5c75974
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
#cd ${{ gitea.workspace }}
|
#cd ${{ gitea.workspace }}
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
#ls -l
|
#ls -l
|
||||||
# ansible-playbook -i hosts -l testing playbook.yml -u $USER --ask-become-pass --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 }}."
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue