mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
correct configs_prefix vars in client tasks (#712)
This commit is contained in:
parent
ea3766f02c
commit
185c0f51d7
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