5 lines
208 B
YAML
5 lines
208 B
YAML
|
---
|
||
|
- name: User | update users for cloud-init
|
||
|
command: /usr/bin/coreos-cloudinit --from-file /etc/{{ user.name }}_user_cloud_init_conf
|
||
|
when: ansible_os_family in ["CoreOS", "Container Linux by CoreOS"]
|