Skip to content

Commit

Permalink
Switched to including the role for cleaner log output
Browse files Browse the repository at this point in the history
  • Loading branch information
mjriley committed May 9, 2024
1 parent 2adab7a commit 4a9484e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commcare_cloud/ansible/deploy_hq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
hosts: [webworkers, proxy]
any_errors_fatal: true
tasks:
- import_role: {name: deploy_hq}
- include_role: {name: deploy_hq}
vars:
if_not_done: run_webpack
when: use_webpack is defined and use_webpack
when: use_webpack | default(false)


- name: Collect static files
Expand Down

0 comments on commit 4a9484e

Please sign in to comment.