fixing copy-pasta error in beaker server role
This commit is contained in:
parent
5a98c4c632
commit
dbf2285b2d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue