mirror of https://dev.ccchb.de/ccchb/ansible.git
Collect duplicated path literals into variables.
The `s6` roles used to contain lots of repetitions of the same paths. Collect the paths in variables to remove duplicated path literals. Changes #31.
This commit is contained in:
parent
09cf6f693b
commit
b7db27558b
|
@ -1,2 +1,5 @@
|
|||
---
|
||||
ansible_python_interpreter: /usr/local/bin/python3.8
|
||||
s6_etc_dir: /etc/s6-rc
|
||||
s6_live_dir: /run/s6-rc
|
||||
s6_scan_dir: /run/service
|
||||
|
|
Loading…
Reference in New Issue