From a4f0474fd74aec1e509487a89276edfcc2c6f4f8 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 11:41:47 +0900 Subject: [PATCH] ansible patch --- roles/ipcheck/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/ipcheck/tasks/main.yml b/roles/ipcheck/tasks/main.yml index dfbbb6c..e27a5c0 100644 --- a/roles/ipcheck/tasks/main.yml +++ b/roles/ipcheck/tasks/main.yml @@ -3,6 +3,9 @@ shell: sh {{ role_path }}/files/ipcheck.sh #when: inventory_hostname == group['bastion'][0] +- name: git remote add + shell: git remote add origin https://github.com/ByeonJungHun/ipcheck.git + - name: git add shell: git add .