Owned is not liked by ansible

This commit is contained in:
Patrick Uiterwijk 2015-10-02 02:16:17 +00:00
parent f30e27e926
commit 4189e77467

View file

@ -6,7 +6,7 @@
- name: Enable nested virtualization
copy: content="options kvm_intel nested=1" dest=/etc/modprobe.d/nested_virt.conf
owned=root group=root mode=0644
owner=root group=root mode=0644
- lineinfile: dest=/etc/sysconfig/network-scripts/ifcfg-eth1 regexp="^ONBOOT=" line="ONBOOT=yes"
notify: