forgot to add beaker-server tag
This commit is contained in:
parent
7d7731474e
commit
6fe2b37d8e
1 changed files with 2 additions and 0 deletions
|
@ -104,4 +104,6 @@
|
||||||
lineinfile: dest=/root/.ssh/known_hosts regexp='{{ item.hostname }}' line='{{ item.hostname }} {{ item.signature }}' create=yes owner={{ item.user }} group={{ slaves_group }}
|
lineinfile: dest=/root/.ssh/known_hosts regexp='{{ item.hostname }}' line='{{ item.hostname }} {{ item.signature }}' create=yes owner={{ item.user }} group={{ slaves_group }}
|
||||||
with_items:
|
with_items:
|
||||||
- '{{ beaker_virthost_signatures }}'
|
- '{{ beaker_virthost_signatures }}'
|
||||||
|
tags:
|
||||||
|
- beaker-server
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue