mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 10:33:13 +02:00
correct configs_prefix vars in client tasks
This commit is contained in:
parent
6572c2fb34
commit
2ba5118f7c
4 changed files with 4 additions and 4 deletions
|
@ -3,4 +3,4 @@
|
|||
- set_fact:
|
||||
prerequisites:
|
||||
- epel-release
|
||||
configs_prefix: /etc/strongswan/
|
||||
configs_prefix: /etc/strongswan
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
- set_fact:
|
||||
prerequisites: []
|
||||
configs_prefix: /etc/
|
||||
configs_prefix: /etc
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
- set_fact:
|
||||
prerequisites:
|
||||
- libselinux-python
|
||||
configs_prefix: /etc/strongswan/
|
||||
configs_prefix: /etc/strongswan
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
- set_fact:
|
||||
prerequisites: []
|
||||
configs_prefix: /etc/
|
||||
configs_prefix: /etc
|
||||
|
|
Loading…
Add table
Reference in a new issue