Update .gitea/workflows/playbooks.yml
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Setup environment
|
||||
run: |
|
||||
apk add git
|
||||
git clone https://gitea.akshun-lab.uk/akshun/ansible.git /mnt
|
||||
git clone https://gitea.akshun-lab.cc/aggarwalakshun/ansible.git /mnt
|
||||
echo -e "${{ secrets.ANSIBLE_PRIVATE_KEY }}" > /mnt/default-key && \
|
||||
echo "${{ secrets.ANSIBLE_BECOME_PASS }}" > /mnt/become-pass.txt && \
|
||||
chmod 600 /mnt/default-key
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Setup environment
|
||||
run: |
|
||||
apk add git
|
||||
git clone https://gitea.akshun-lab.uk/akshun/ansible.git /mnt
|
||||
git clone https://gitea.akshun-lab.cc/aggarwalakshun/ansible.git /mnt
|
||||
echo -e "${{ secrets.ANSIBLE_PRIVATE_KEY }}" > /mnt/default-key && \
|
||||
echo "${{ secrets.ANSIBLE_BECOME_PASS }}" > /mnt/become-pass.txt && \
|
||||
chmod 600 /mnt/default-key
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
- name: Setup environment
|
||||
run: |
|
||||
apk add git
|
||||
git clone https://gitea.akshun-lab.uk/akshun/ansible.git /mnt
|
||||
git clone https://gitea.akshun-lab.cc/aggarwalakshun/ansible.git /mnt
|
||||
echo -e "${{ secrets.ANSIBLE_PRIVATE_KEY }}" > /mnt/default-key && \
|
||||
echo "${{ secrets.ANSIBLE_BECOME_PASS }}" > /mnt/become-pass.txt && \
|
||||
chmod 600 /mnt/default-key
|
||||
|
||||
Reference in New Issue
Block a user