Skip to content

Commit

Permalink
apps: fix invalid varname breaking apps deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Oct 30, 2024
1 parent a0c43c1 commit 530bf56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions molecule/colocated_cluster/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
hosts: all
vars_files:
- vars.yml
- ../apps.yml
vars:
wildfly_remote_destination_outbound_socket_binding:
wildfly0:
Expand Down
2 changes: 2 additions & 0 deletions molecule/prospero/converge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
- name: Converge
hosts: all
vars_files:
- ../apps.yml
vars:
wildfly_install_user: 'wildfly'
wildfly_install_group: "{{ wildfly_install_user }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/wildfly_utils/tasks/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
become: "{{ wildfly_apps_requires_privilege_escalation }}"
ansible.builtin.stat:
path: "{{ wildfly_basedir }}/tmp/{{ app_to_deploy.name | default(app_to_deploy.path | basename) }}"
register: app_to_deploy_marker
register: app_marker

- name: "Ensure that app {{ app.name }} is available"
ansible.builtin.include_role:
Expand Down

0 comments on commit 530bf56

Please sign in to comment.