Skip to content

Commit 2edd463

Browse files
ratailornoonedeadpunk
authored andcommitted
Fix typos
Change-Id: I01fc2240232c3c629ce1debc244041d323bc1aa2
1 parent 4288817 commit 2edd463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elk_metrics_6x/installMonitorStack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
key: monitorstack_deployment
2222
parents: monitorstack_all
2323
when:
24-
- inventory_hostanme in (
24+
- inventory_hostname in (
2525
(groups['nova_compute'] | default([])) |
2626
union(groups['utility_all'] | default([])) |
2727
union(groups['memcached_all'] | default([])) |

elk_metrics_7x/installMonitorStack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
key: monitorstack_deployment
2222
parents: monitorstack_all
2323
when:
24-
- inventory_hostanme in (
24+
- inventory_hostname in (
2525
(groups['nova_compute'] | default([])) |
2626
union(groups['utility_all'] | default([])) |
2727
union(groups['memcached_all'] | default([])) |

0 commit comments

Comments
 (0)