Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Add the 'force: yes' to the code checkout (#33)
Browse files Browse the repository at this point in the history
* Add the 'force: yes' to the code checkout, allows the playbook to be re-runable-ish.

* Removing unnecessary comment

Co-authored-by: Jason Williams <uberlinuxguy@gmail.com>
  • Loading branch information
jhujasonw and uberlinuxguy authored Feb 7, 2020
1 parent 505f983 commit 2782ab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
repo: https://github.com/Islandora-CLAW/Crayfish.git
dest: "{{ crayfish_install_dir }}"
version: "{{ crayfish_version_tag }}"
force: yes

- name: Build crayfish code including dependencies
composer:
Expand Down

0 comments on commit 2782ab0

Please sign in to comment.