forgot to add beaker-server tag

This commit is contained in:
Tim Flink 2015-12-02 18:12:20 +00:00
parent 7d7731474e
commit 6fe2b37d8e

View file

@ -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 }}
with_items:
- '{{ beaker_virthost_signatures }}'
tags:
- beaker-server