mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
fixing copy-pasta error in beaker server role
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user