This is what happens when you don't run all the jobs from the CI...
Signed-off-by: Sébastien Han <seb@redhat.com>
- containerized_deployment
- name: create rgw nfs user
- command: "{{ docker_exec_cmd_nfs }} radosgw-admin --cluster {{ cluster }} user create --uid={{ ceph_nfs_rgw_user }} --display-name='RGW NFS User'"
+ command: "{{ docker_exec_cmd_nfs | default([]) }} radosgw-admin --cluster {{ cluster }} user create --uid={{ ceph_nfs_rgw_user }} --display-name='RGW NFS User'"
register: rgwuser
delegate_to: "{{ groups[mon_group_name][0] }}"
when: