mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 03:33:17 +02:00
9 lines
171 B
YAML
9 lines
171 B
YAML
![]() |
---
|
||
|
|
||
|
- set_fact: sysconfdir=/etc/sysconfig
|
||
|
when: ansible_os_family == 'RedHat'
|
||
|
tags: docker
|
||
|
|
||
|
- set_fact: sysconfdir=/etc/default
|
||
|
when: ansible_os_family == 'Debian'
|