This commit is contained in:
ByeonJungHun
2024-01-04 14:47:36 +09:00
parent 563ce01ee3
commit 13314c342d

View File

@@ -33,13 +33,12 @@
- name: git push
shell: |
pwd
ls -l
ls -al
git remote add origin https://github.com/CloudMOA/security_check.git
git add .
git commit -m "README.md Update"
git push
delegate_to: 127.0.0.1
args:
chdir: "{{ playbook_dir }}"
when: "'nas' in group_names"
- debug: