mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
2cec7a1779
* Copy the permissions along with file for jboss module
Issue: The deployment file is copied with file content only. The file
permission is set to 440 and belongs to root user. When the
JBossI(Wildfly) server is running under non root account, it can't read
the deployment file.
With is fix, the correct permission can be set from previous task for JBoss
server to pickup the deployment file.
* Update changelogs/fragments/3426-copy-permissions-along-with-file-for-jboss-module.yml
Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
(cherry picked from commit 7cfdc2ce8c
)
Co-authored-by: Pan Luo <xcompass@gmail.com>
6 lines
426 B
YAML
6 lines
426 B
YAML
bugfixes:
|
|
- jboss - fix the deployment file permission issue when Jboss server is running
|
|
under non-root user. The deployment file is copied with file content only. The
|
|
file permission is set to ``440`` and belongs to root user. When the
|
|
JBoss ``WildFly`` server is running under non-root user, it is unable to read
|
|
the deployment file (https://github.com/ansible-collections/community.general/pull/3426).
|