Skip to content

Commit

Permalink
Clear drush cache before running devmaster_install_command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Jun 28, 2016
1 parent 2cdbfcf commit 876ed59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
become_user: "{{ aegir_user_name }}"
become_method: "{{ ansible_become_method_aegir }}"

- name: Clear the drush cache.
command: "{{ local_bin_path }}/drush cc drush"
become: yes
become_user: "{{ aegir_user_name }}"
become_method: "{{ ansible_become_method_aegir }}"

- name: Devmaster Install Command
debug:
msg: "{{ devmaster_install_command }}"
Expand Down

0 comments on commit 876ed59

Please sign in to comment.