more machines have .java now

This commit is contained in:
Kevin Fenzi 2018-12-02 20:38:10 +00:00
parent 678cbcd83a
commit 4e59394183

View file

@ -311,7 +311,7 @@ ALLOWHIDDENDIR=/dev/.udev/rules.d
{% if ansible_hostname.startswith('fed-cloud') %}
ALLOWHIDDENDIR=/etc/.git
{% endif %}
{% if inventory_hostname in groups['ipa'] or inventory_hostname in groups['ipa-stg'] %}
{% if inventory_hostname in groups['ipa'] or inventory_hostname in groups['ipa-stg'] or ansible_hostname.startswith('certgetter') or ansible_hostname.startswith('osbs') %}
ALLOWHIDDENDIR=/etc/.java
{% endif %}