From 419478997ce7d61d56ffbfb0d0148784b1e7727c Mon Sep 17 00:00:00 2001 From: heqnx Date: Sun, 25 May 2025 20:42:06 +0300 Subject: removing old dir --- old/attackbox/tasks/github_repos.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 old/attackbox/tasks/github_repos.yaml (limited to 'old/attackbox/tasks/github_repos.yaml') diff --git a/old/attackbox/tasks/github_repos.yaml b/old/attackbox/tasks/github_repos.yaml deleted file mode 100644 index 042ea6c..0000000 --- a/old/attackbox/tasks/github_repos.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- name: ensure /opt/tools exists - ansible.builtin.file: - path: /opt/tools - state: directory - owner: root - group: root - mode: '0755' - -- name: clone github repos into /opt/tools - ansible.builtin.git: - repo: "{{ item }}" - dest: "/opt/tools/{{ item | basename | regex_replace('\\.git$', '') }}" - update: yes - force: yes - loop: "{{ github_repos }}" -- cgit v1.2.3