remove absurd part of setup.yml

This commit is contained in:
h 2024-12-30 16:07:07 -08:00
parent d814443ab4
commit 3c863b6b03

View file

@ -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