remove absurd part of setup.yml
This commit is contained in:
parent
d814443ab4
commit
3c863b6b03
1 changed files with 0 additions and 12 deletions
12
setup.yml
12
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
|
||||
|
|
Loading…
Reference in a new issue