mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Remove duplicate dict key (enable_ipv6) (#999)
Warning in yaml file: ` [WARNING]: While constructing a mapping from /root/algo/roles/cloud-scaleway/tasks/main.yml, line 73, column 11, found a duplicate dict key (enable_ipv6). Using last defined value only.`
This commit is contained in:
parent
6faac307af
commit
2f142f6dcc
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@
|
|||
tags:
|
||||
- Environment:Algo
|
||||
- AUTHORIZED_KEY={{ lookup('file', SSH_keys.public)|regex_replace(' ', '_') }}
|
||||
enable_ipv6: true
|
||||
status_code: 201
|
||||
body_format: json
|
||||
register: algo_instance
|
||||
|
|
Loading…
Add table
Reference in a new issue