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

This commit is contained in:
rulrich 2024-03-09 20:36:49 +01:00
parent 79f3c09510
commit d07dc4216d

View file

@ -15,10 +15,10 @@ jobs:
- name: Dry Run
run: |
echo "$ANSIBLE_CI_USER"
#echo "$ANSIBLE_CI_USER" > /tmp/.pw
#cat /tmp/.pw
echo "$ANSIBLE_CI_USER" > /tmp/.pw
cat /tmp/.pw
#cd ${{ gitea.workspace }}
#ls ${{ gitea.workspace }}
ls ${{ gitea.workspace }}
#ls -l
# ansible-playbook -i hosts -l testing playbook.yml -u $USER --ask-become-pass --check
env: