This should be the fqdn to match whats in inventory

This commit is contained in:
Kevin Fenzi 2015-12-10 04:07:56 +00:00
parent 4ea29fa7cd
commit 8e989c4e39

View file

@ -386,7 +386,7 @@ ALLOWDEVFILE=/dev/shm/fmn-cache.dbm
ALLOWDEVFILE=/dev/shm/squid-squid-page-pool.shm
ALLOWDEVFILE=/dev/shm/squid-cache_mem.shm
{% endif %}
{% if ansible_hostname in groups['virtservers'] %}
{% if ansible_fqdn in groups['virtservers'] %}
# libvirt spice device makes a /dev/shm/spice file
ALLOWDEVFILE=/dev/shm/spice.*
{% endif %}