Skip to content

Commit

Permalink
Fix variable name in tester node task
Browse files Browse the repository at this point in the history
plugin.spec defines this plugin as install and not test.

Change-Id: Ie7bec328755496b42322b5011b94e67e30c49f7b
  • Loading branch information
abregman committed May 17, 2020
1 parent de806b1 commit 3d5f662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tasks:
- name: Add chosen node to tester group
add_host:
name: "{{ test.tester.node|default(groups.undercloud|first) }}"
name: "{{ install.tester.node|default(groups.undercloud|first) }}"
groups: "tester"
- include_role:
name: inventory-update
Expand Down

0 comments on commit 3d5f662

Please sign in to comment.