openstack-ansible-memcached.../templates/systemd.without-privatedevi...

5 lines
123 B
Django/Jinja

# {{ ansible_managed }}
[Service]
PrivateDevices={{ memcached_disable_privatedevices | bool | ternary('false', 'true') }}