Skip to content

Commit

Permalink
Merge pull request #172 from freifunkh/bugfix_disable_checkmode_yanic
Browse files Browse the repository at this point in the history
ffh.yanic: disable checkmode for git-cat-file
  • Loading branch information
AiyionPrime authored Feb 23, 2021
2 parents 1b42e41 + 5f8903f commit e770116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/ffh.yanic/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
cmd: "git cat-file -e {{ yanic_commit }}^{commit}"
register: commit_search
changed_when: commit_search.rc!=0
check_mode: no
failed_when: commit_search.rc != 0 and commit_search.rc != 128

- name: Update yanic to "{{ yanic_commit }}"
Expand Down

0 comments on commit e770116

Please sign in to comment.