minor changes
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-09-07 17:27:16 +05:30
parent 6cd22c7b3c
commit 7d174944d5

View File

@@ -22,9 +22,8 @@ steps:
image: alpine:latest
depends_on: [clone-repo]
commands:
- git clone https://gitea.akshun-lab.cc/aggarwalakshun/ansible.git /repo
- echo -e "${{ ANSIBLE_PRIVATE_KEY }}" > /repo/default-key
- echo "${{ ANSIBLE_BECOME_PASS }}" > /repo/become-pass.txt
- echo -e "$ANSIBLE_PRIVATE_KEY" > /repo/default-key
- echo "$ANSIBLE_BECOME_PASS" > /repo/become-pass.txt
- chmod 600 /repo/default-key
volumes:
- name: repo