Fix typos

Change-Id: I01fc2240232c3c629ce1debc244041d323bc1aa2
This commit is contained in:
Rajesh Tailor 2022-09-20 21:14:22 +05:30 committed by Dmitriy Rabotyagov
parent 4288817f41
commit 2edd46393b
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
key: monitorstack_deployment key: monitorstack_deployment
parents: monitorstack_all parents: monitorstack_all
when: when:
- inventory_hostanme in ( - inventory_hostname in (
(groups['nova_compute'] | default([])) | (groups['nova_compute'] | default([])) |
union(groups['utility_all'] | default([])) | union(groups['utility_all'] | default([])) |
union(groups['memcached_all'] | default([])) | union(groups['memcached_all'] | default([])) |

View File

@ -21,7 +21,7 @@
key: monitorstack_deployment key: monitorstack_deployment
parents: monitorstack_all parents: monitorstack_all
when: when:
- inventory_hostanme in ( - inventory_hostname in (
(groups['nova_compute'] | default([])) | (groups['nova_compute'] | default([])) |
union(groups['utility_all'] | default([])) | union(groups['utility_all'] | default([])) |
union(groups['memcached_all'] | default([])) | union(groups['memcached_all'] | default([])) |