--- - name: Increase quotas for the service project hosts: "{{ cifmw_target_hook_host | default('localhost') }}" gather_facts: false tasks: - name: Set the volumes to 50 environment: KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}" PATH: "{{ cifmw_path }}" ansible.builtin.shell: | oc project {{ namespace }} oc rsh openstackclient \ openstack quota set --volumes 50 service