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