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