Fix up logic a bit.
This commit is contained in:
parent
529efd02d0
commit
63c2526d93
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue