From fb84c38eb3c7c1fae5760a93a9a878555735cb3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=EC=A0=95=ED=9B=88?= Date: Fri, 30 Jun 2023 13:41:23 +0900 Subject: [PATCH] ansible patch --- roles/ipcheck/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/ipcheck/tasks/main.yml b/roles/ipcheck/tasks/main.yml index cacfa35..01ecf25 100644 --- a/roles/ipcheck/tasks/main.yml +++ b/roles/ipcheck/tasks/main.yml @@ -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