Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Nov 27, 2024
1 parent 7a638d9 commit 56888f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/wildfly_migration/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
ansible.builtin.template:
src: "{{ wildfly_migration_tool_configuration_template }}"
dest: "{{ wildfly_migration_path_to_env_properties }}"
mode: 0644
mode: "0644"

- name: "Escalate privileges if required"
become: "{{ wildfly_migration_require_privileges_escalation | default('true') }}"
Expand Down

0 comments on commit 56888f1

Please sign in to comment.