it is regular file, not template

This commit is contained in:
Miroslav Suchý 2015-04-01 13:52:32 +00:00
parent afcf2694e2
commit 83eb7d43af

View file

@ -1,5 +1,5 @@
- name: copy ifcfg-eth1
template: src="ifcfg-eth1" dest=/etc/sysconfig/network-scripts/ owner=root group=root mode=644
copy: src="ifcfg-eth1" dest=/etc/sysconfig/network-scripts/ owner=root group=root mode=644
notify:
- restart network