mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +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'
|