Merge "Included --nowrap to all supported system commands in optimized-restore playbook"

This commit is contained in:
Zuul
2023-07-28 14:58:17 +00:00
committed by Gerrit Code Review

View File

@@ -69,7 +69,7 @@
# - For systems with storage nodes we get ceph-mon data from storage-0
# ceph-mon that is already up and will not be reinstalled.
- name: Check if setup has storage nodes
shell: source /etc/platform/openrc; system host-list --format value --column personality
command: bash -c 'source /etc/platform/openrc; system host-list --nowrap --format value --column personality'
register: node_personalities
failed_when: false