add tag, without a tag this load is skipped when using -t config
This commit is contained in:
parent
b46e36ec41
commit
264ddd3306
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
include_vars:
|
include_vars:
|
||||||
dir: /srv/web/infra/ansible/vars/all/
|
dir: /srv/web/infra/ansible/vars/all/
|
||||||
ignore_files: [README]
|
ignore_files: [README]
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- packages
|
||||||
|
- yumrepos
|
||||||
|
|
||||||
- name: put rhel repos on rhel systems
|
- 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"
|
copy: src="{{ files }}/common/rhel{{ ansible_distribution_major_version }}.repo" dest="/etc/yum.repos.d/rhel{{ ansible_distribution_major_version }}.repo"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue