mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
linting
This commit is contained in:
parent
422eb2de3b
commit
9d2944b5be
1 changed files with 3 additions and 2 deletions
|
@ -86,8 +86,9 @@
|
||||||
Do you want to retain the keys (PKI)? (required to add users in the future, but less secure)
|
Do you want to retain the keys (PKI)? (required to add users in the future, but less secure)
|
||||||
[y/N]
|
[y/N]
|
||||||
register: _store_pki
|
register: _store_pki
|
||||||
when: store_pki is undefined
|
when:
|
||||||
when: ipsec_enabled
|
- store_pki is undefined
|
||||||
|
- ipsec_enabled
|
||||||
|
|
||||||
- name: DNS adblocking prompt
|
- name: DNS adblocking prompt
|
||||||
pause:
|
pause:
|
||||||
|
|
Loading…
Add table
Reference in a new issue