ansible patch
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
|
||||
- name: git clone ipcheck.sh
|
||||
git:
|
||||
repo: https://github.com/ByeonJungHun/IP-Check-List.git
|
||||
repo: https://{{ user }}:{{ token }}@github.com/ByeonJungHun/IP-Check-List.git
|
||||
dest: /home/jh
|
||||
single_branch: yes
|
||||
version: main
|
||||
|
||||
#- name: ipcheck shell start
|
||||
# shell: sh {{ role_path }}/files/ipcheck.sh
|
||||
- name: ipcheck shell start
|
||||
shell: sh /home/jh/ipcheck.sh
|
||||
|
||||
Reference in New Issue
Block a user