task update

This commit is contained in:
ByeonJungHun
2024-01-03 16:37:36 +09:00
parent 63c0526421
commit fae6eab3fb

View File

@@ -21,7 +21,7 @@
- name: git push
shell: |
git add .
git commit -m "test"
git commit -m "README.md Update"
git push
delegate_to: 127.0.0.1
when: "'nas' in group_names"