more machines have .java now
This commit is contained in:
parent
678cbcd83a
commit
4e59394183
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue