Owned is not liked by ansible
This commit is contained in:
parent
f30e27e926
commit
4189e77467
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
- name: Enable nested virtualization
|
- name: Enable nested virtualization
|
||||||
copy: content="options kvm_intel nested=1" dest=/etc/modprobe.d/nested_virt.conf
|
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"
|
- lineinfile: dest=/etc/sysconfig/network-scripts/ifcfg-eth1 regexp="^ONBOOT=" line="ONBOOT=yes"
|
||||||
notify:
|
notify:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue