.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
206773d4ed
commit
97d215e1aa
1 changed files with 6 additions and 6 deletions
|
|
@ -16,13 +16,13 @@ jobs:
|
|||
run: |
|
||||
whoami
|
||||
ls ${{ gitea.workspace }}
|
||||
env:
|
||||
ANSIBLE_CI_USER: ${{ secrets.ANSIBLE_CI_USER }}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
#apt update && apt install -y ansible-playbook
|
||||
#echo "${{ secrets.ANSIBLE_CI_USER }}" > /tmp/.pw
|
||||
#chmod 600 /tmp/.pw
|
||||
#cd ${{ gitea.workspace }}
|
||||
#echo ansible-playbook -i hosts -l testing playbook.yml -u ${{ settings.ANSIBLE_RUN_AS }} ---become-password-file /tmp/.pw --check
|
||||
#ansible-playbook -i hosts -l testing playbook.yml -u administrator ---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