fixing copy-pasta error in beaker server role

This commit is contained in:
Tim Flink 2015-12-02 18:15:45 +00:00
parent 5a98c4c632
commit dbf2285b2d

View file

@ -101,7 +101,7 @@
- beaker-server
- name: ensure beaker server has all relevant virthost ssh signatures in known_hosts
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=root group=root
with_items:
- '{{ beaker_virthost_signatures }}'
tags: