10 lines
190 B
YAML
10 lines
190 B
YAML
---
|
|
- name: Disable cloud init service
|
|
file:
|
|
path: /etc/cloud/cloud-init.disabled
|
|
state: touch
|
|
mode: "u=rw,g=r,o=r"
|
|
notify:
|
|
- restart cloud-init daemon
|
|
become: True
|