This commit is contained in:
Miroslav Suchý 2015-04-01 13:47:11 +00:00
parent 42cd8ea185
commit afcf2694e2

View file

@ -19,7 +19,7 @@
copy: src="{{ _forward_src }}" dest="/root/.forward" owner=root group=root
- name: deploy /etc/hosts file
copy: src="hosts" dest=/etc/hosts owner=root group=root mode=644
copy: src="hosts" dest=/etc/ owner=root group=root mode=644
- name: install copr repo
copy: src="yum/copr.repo" dest="/etc/yum.repos.d/copr.repo"