adjust hubs playbook to ignore local changes in git repo
This commit is contained in:
parent
a60055fbaa
commit
1cf1221076
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@
|
|||
- git: repo=https://pagure.io/fedora-hubs.git
|
||||
dest=/srv/git/fedora-hubs
|
||||
version=develop
|
||||
register: git_result
|
||||
changed_when: "git_result.after|default('after') != git_result.before|default('before')"
|
||||
ignore_errors: true
|
||||
- file: dest=/etc/fedmsg.d/ state=directory
|
||||
- name: copy around a number of files we want
|
||||
command: cp {{item.src}} {{item.dest}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue