Skip to content

Commit

Permalink
Add compile task variable and set it's default value to true
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMwashuma committed Sep 9, 2024
1 parent d98b463 commit b48fdaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ express_max_versioned_folders: 10
express_package_json_paths:
- "{{ express_app_path }}"
- "{{ express_checkout_path }}"
express_compile_javascript: true

# app settings
express_app_settings:
Expand Down
1 change: 1 addition & 0 deletions tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
become_user: "{{ express_system_user }}"
tags:
- molecule-idempotence-notest # noqa 301
when: express_compile_javascript|bool

# creates a sym-link express_codebase_path; that points to the express checkout path
- name: Make the new codebase current
Expand Down

0 comments on commit b48fdaf

Please sign in to comment.