update
This commit is contained in:
@@ -33,13 +33,12 @@
|
|||||||
- name: git push
|
- name: git push
|
||||||
shell: |
|
shell: |
|
||||||
pwd
|
pwd
|
||||||
ls -l
|
ls -al
|
||||||
|
git remote add origin https://github.com/CloudMOA/security_check.git
|
||||||
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user