From 3c863b6b0302741cf72f51e71a4c79b903a92bb2 Mon Sep 17 00:00:00 2001 From: h <9pfs@amcforum.wiki> Date: Mon, 30 Dec 2024 16:07:07 -0800 Subject: [PATCH] remove absurd part of setup.yml --- setup.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/setup.yml b/setup.yml index dfb1a7a..305c9e8 100644 --- a/setup.yml +++ b/setup.yml @@ -2,18 +2,6 @@ hosts: routers remote_user: root tasks: - - name: Create src/ directory on playbook host - ansible.builtin.file: - path: src - state: directory - delegate_to: 127.0.0.1 - run_once: true - - name: Clone bird-lg-go locally - ansible.builtin.git: - dest: src/bird-lg-go - repo: https://github.com/xddxdd/bird-lg-go - delegate_to: 127.0.0.1 - run_once: true - name: Create bird directory ansible.builtin.file: path: /etc/bird