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 .