This commit is contained in:
ByeonJungHun
2024-01-04 15:42:26 +09:00
parent f6e98b9d51
commit bc9781e596

View File

@@ -40,7 +40,7 @@
git remote add origin https://{{ git_user }}@{{ git_key }}github.com/CloudMOA/security_check.git git remote add origin https://{{ git_user }}@{{ git_key }}github.com/CloudMOA/security_check.git
git add . git add .
git commit -m "README.md Update" git commit -m "README.md Update"
git push --set-upstream origin main git push -u origin main
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1
when: "'nas' in group_names" when: "'nas' in group_names"