This commit is contained in:
ByeonJungHun
2024-01-04 14:42:34 +09:00
parent ede900afe4
commit 3fdf47a220

View File

@@ -32,10 +32,14 @@
- name: git push - name: git push
shell: | shell: |
pwd
ls -l
git add . git add .
git commit -m "README.md Update" git commit -m "README.md Update"
git push git push
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1
args:
chdir: "{{ playbook_dir }}"
when: "'nas' in group_names" when: "'nas' in group_names"
- debug: - debug: