Skip to content

Commit

Permalink
Make git clone options configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Angel authored and mamedin committed Aug 28, 2020
1 parent 0dff0b9 commit 9dcd974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
version: "{{ atom_repository_version }}"
dest: "{{ atom_path }}/{{ atom_extra_path }}"
accept_hostkey: "yes"
depth: "{{ atom_git_pull_code_depth | default(omit) }}"
force: "{{ atom_git_pull_code_force | default('no') }}"
notify:
- "Clear sf_cache"
- "Reload PHP service"
Expand Down

0 comments on commit 9dcd974

Please sign in to comment.