update
This commit is contained in:
@@ -32,10 +32,14 @@
|
||||
|
||||
- name: git push
|
||||
shell: |
|
||||
pwd
|
||||
ls -l
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user