add tags config to some copr base tasks
This commit is contained in:
parent
b41268bbc9
commit
e7c3791eaf
1 changed files with 6 additions and 0 deletions
|
@ -21,12 +21,18 @@
|
|||
|
||||
- name: copy .forward file
|
||||
copy: src="{{ _forward_src }}" dest="/root/.forward" owner=root group=root
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: deploy /etc/hosts file
|
||||
copy: src="hosts" dest=/etc/ owner=root group=root mode=644
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: install copr repo
|
||||
copy: src="yum/copr.repo" dest="/etc/yum.repos.d/copr.repo"
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: install common copr packages
|
||||
dnf: state=present pkg={{ item }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue