[copr] copr/backend fix check known_hosts file
task
This commit is contained in:
parent
c7e269c509
commit
e207fef693
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
||||||
register: hostsstat
|
register: hostsstat
|
||||||
always_run: yes
|
always_run: yes
|
||||||
changed_when: "1 != 1"
|
changed_when: "1 != 1"
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: create empty known_hosts
|
- name: create empty known_hosts
|
||||||
file: state=touch dest=/home/copr/.ssh/known_hosts owner=copr group=copr mode=600
|
file: state=touch dest=/home/copr/.ssh/known_hosts owner=copr group=copr mode=600
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue