.gitea/workflows/dry-run.yml aktualisiert
All checks were successful
Ansible Dry Run / Explore-Gitea-Actions (push) Successful in 13s
All checks were successful
Ansible Dry Run / Explore-Gitea-Actions (push) Successful in 13s
This commit is contained in:
parent
79f3c09510
commit
d07dc4216d
1 changed files with 3 additions and 3 deletions
|
|
@ -15,10 +15,10 @@ jobs:
|
||||||
- name: Dry Run
|
- name: Dry Run
|
||||||
run: |
|
run: |
|
||||||
echo "$ANSIBLE_CI_USER"
|
echo "$ANSIBLE_CI_USER"
|
||||||
#echo "$ANSIBLE_CI_USER" > /tmp/.pw
|
echo "$ANSIBLE_CI_USER" > /tmp/.pw
|
||||||
#cat /tmp/.pw
|
cat /tmp/.pw
|
||||||
#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
|
# ansible-playbook -i hosts -l testing playbook.yml -u $USER --ask-become-pass --check
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue