mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
add tag, without a tag this load is skipped when using -t config
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
b46e36ec41
commit
264ddd3306
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user