forked from infra/ansible
Fix syntax error
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
d96ff34676
commit
31776c27e4
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
|||
|
||||
- name: Add infrastructure tags repo - RHEL
|
||||
ansible.builtin.copy: src="{{ files }}/common/rhel-infra-tags.repo" dest="/etc/yum.repos.d/infra-tags.repo"
|
||||
when: ((ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS')
|
||||
when: ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS'
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue