[copr] copr/backend fix check known_hosts file task

This commit is contained in:
Valentin Gologuzov 2015-03-18 14:04:33 +01:00
parent c7e269c509
commit e207fef693

View file

@ -45,6 +45,7 @@
register: hostsstat
always_run: yes
changed_when: "1 != 1"
ignore_errors: yes
- name: create empty known_hosts
file: state=touch dest=/home/copr/.ssh/known_hosts owner=copr group=copr mode=600