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
|
- git: repo=https://pagure.io/fedora-hubs.git
|
||||||
dest=/srv/git/fedora-hubs
|
dest=/srv/git/fedora-hubs
|
||||||
version=develop
|
version=develop
|
||||||
register: git_result
|
ignore_errors: true
|
||||||
changed_when: "git_result.after|default('after') != git_result.before|default('before')"
|
|
||||||
- file: dest=/etc/fedmsg.d/ state=directory
|
- file: dest=/etc/fedmsg.d/ state=directory
|
||||||
- name: copy around a number of files we want
|
- name: copy around a number of files we want
|
||||||
command: cp {{item.src}} {{item.dest}}
|
command: cp {{item.src}} {{item.dest}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue