Fix up logic a bit.

This commit is contained in:
Kevin Fenzi 2018-11-24 19:57:14 +00:00
parent 529efd02d0
commit 63c2526d93

View file

@ -105,7 +105,7 @@
- name: add infrastructure tags repo - Fedora
copy: src="{{ files }}/common/fedora-infra-tags.repo" dest="/etc/yum.repos.d/infra-tags.repo"
when: ansible_distribution == 'Fedora' and not in groups['maintainer-test']
when: ansible_distribution == 'Fedora' and inventory_hostname not in groups['maintainer-test']
tags:
- config
- packages