Ignore more errors for user: module
This commit is contained in:
parent
65af8ef149
commit
805477b8be
|
@ -18,6 +18,7 @@
|
|||
groups: ceph
|
||||
append: yes
|
||||
with_items: "{{ admin_users }}"
|
||||
ignore_errors: yes
|
||||
|
||||
- name: install sysctl tweaks
|
||||
template:
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
name: libvirt-qemu
|
||||
groups: ceph
|
||||
append: yes
|
||||
ignore_errors: yes
|
||||
|
||||
- name: add admin users to libvirt groups
|
||||
user:
|
||||
|
@ -35,6 +36,7 @@
|
|||
groups: kvm,libvirt
|
||||
append: yes
|
||||
with_items: "{{ admin_users }}"
|
||||
ignore_errors: yes
|
||||
|
||||
- name: install libvirt configurations
|
||||
template:
|
||||
|
|
Loading…
Reference in New Issue