mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Fix typo (#14145)
This commit is contained in:
parent
968a676ef0
commit
70f9f91112
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ wireguard_network_ipv6: 2001:db8:a160::/48
|
||||||
local_service_ip: "{{ '172.16.0.1' | ipmath(1048573 | random(seed=algo_server_name + ansible_fqdn)) }}"
|
local_service_ip: "{{ '172.16.0.1' | ipmath(1048573 | random(seed=algo_server_name + ansible_fqdn)) }}"
|
||||||
local_service_ipv6: "{{ 'fd00::1' | ipmath(1048573 | random(seed=algo_server_name + ansible_fqdn)) }}"
|
local_service_ipv6: "{{ 'fd00::1' | ipmath(1048573 | random(seed=algo_server_name + ansible_fqdn)) }}"
|
||||||
|
|
||||||
# Hide sensetive data
|
# Hide sensitive data
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
congrats:
|
congrats:
|
||||||
|
|
Loading…
Add table
Reference in a new issue