add tag, without a tag this load is skipped when using -t config

This commit is contained in:
Miroslav Suchý 2019-12-16 12:01:51 +01:00 committed by Pierre-Yves Chibon
parent b46e36ec41
commit 264ddd3306

View file

@ -3,6 +3,10 @@
include_vars:
dir: /srv/web/infra/ansible/vars/all/
ignore_files: [README]
tags:
- config
- packages
- yumrepos
- name: put rhel repos on rhel systems
copy: src="{{ files }}/common/rhel{{ ansible_distribution_major_version }}.repo" dest="/etc/yum.repos.d/rhel{{ ansible_distribution_major_version }}.repo"