Skip to content

Commit

Permalink
ffh.yanic: disable checkmode for git-cat-file
Browse files Browse the repository at this point in the history
this does change things on the system, but not important ones.
this closes #171
  • Loading branch information
AiyionPrime committed Feb 23, 2021
1 parent 1817615 commit 5f8903f
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 5f8903f

Please sign in to comment.