mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-21 00:27:08 +02:00
oops
This commit is contained in:
parent
52855c9e3f
commit
949370ea98
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
register: droplet_info
|
||||
|
||||
- name: IPv6 configured
|
||||
template: src=roles/digitalocean/templates/20-ipv6.cfg.j2 dest=/etc/network/interfaces.d/20-ipv6.cfg owner=root group=root mode=0644
|
||||
template: src=roles/cloud-digitalocean/templates/20-ipv6.cfg.j2 dest=/etc/network/interfaces.d/20-ipv6.cfg owner=root group=root mode=0644
|
||||
with_items: "{{ droplet_info.json.droplet.networks.v6 }}"
|
||||
notify:
|
||||
- reload eth0
|
||||
|
|
Loading…
Add table
Reference in a new issue