Skip to content

Commit

Permalink
Replace master_node with cluster_manager_node in cluster.state API test
Browse files Browse the repository at this point in the history
Signed-off-by: Tianli Feng <ftianli@amazon.com>
  • Loading branch information
Tianli Feng committed May 16, 2022
1 parent 43ac0ba commit be9693f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
cluster.state: {}

# Get cluster-manager node id
- set: { master_node: cluster_manager }
- set: { cluster_manager_node: cluster_manager }

- do:
nodes.info: {}
Expand Down

0 comments on commit be9693f

Please sign in to comment.