1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/web_infrastructure
patchback[bot] 2cec7a1779
Copy the permissions along with file for jboss module (#3426) (#3468)
* 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>
2021-09-29 05:44:53 +00:00
..
sophos_utm [stable-2] added supports_check_mode=True to info/facts modules (#3095) 2021-07-28 07:42:07 +02:00
apache2_mod_proxy.py apache2_mod_proxy - minor improvements/fixes (#2142) (#2145) 2021-04-01 09:01:38 +02:00
apache2_module.py Apache2 module: Add another shib module identifier (#1383) 2020-11-26 07:26:40 +01:00
deploy_helper.py deploy_helper - changed in-code condition to required_if (#3104) (#3107) 2021-07-29 08:04:13 +02:00
django_manage.py Fix boolean defaults. (#1343) 2020-11-23 11:14:43 +00:00
ejabberd_user.py ejabberd_user - refactoring and simplification (#3093) (#3099) 2021-07-28 08:57:26 +02:00
gunicorn.py Enabling validation-modules for web_infrastructure modules (#1200) 2020-10-31 13:53:57 +01:00
htpasswd.py Enabling validation-modules for web_infrastructure modules (#1200) 2020-10-31 13:53:57 +01:00
jboss.py Copy the permissions along with file for jboss module (#3426) (#3468) 2021-09-29 05:44:53 +00:00
jenkins_build.py Jenkins build module (#745) (#1957) 2021-03-04 08:27:10 +01:00
jenkins_job.py jenkins_job - added validate_certs parameter, setting the PYTHONHTTPSVERIFY env var (#1977) (#1996) 2021-03-12 07:25:35 +01:00
jenkins_job_facts.py Initial commit 2020-03-09 09:11:07 +00:00
jenkins_job_info.py Enabling validation-modules for web_infrastructure modules (#1200) 2020-10-31 13:53:57 +01:00
jenkins_plugin.py jenkins_plugin: HTTP Error 405: Method Not Allowed on disable/enable plugin #2510 (#2511) (#2618) 2021-05-26 07:29:09 +02:00
jenkins_script.py Enabling validation-modules for web_infrastructure modules (#1200) 2020-10-31 13:53:57 +01:00
jira.py jira - fixed base64 decode bug (#2349) (#2350) 2021-04-26 05:18:09 +00:00
nginx_status_facts.py Enabling validation-modules for web_infrastructure modules (#1200) 2020-10-31 13:53:57 +01:00
nginx_status_info.py modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
rundeck_acl_policy.py Tidy up all pylint:blacklisted-name ignore lines (#1819) (#1839) 2021-02-16 08:46:20 +01:00
rundeck_project.py Enabling validation-modules for web_infrastructure modules (#1200) 2020-10-31 13:53:57 +01:00
supervisorctl.py Enabling validation-modules for web_infrastructure modules (#1200) 2020-10-31 13:53:57 +01:00
taiga_issue.py taiga_issue - bugfix + pythonification (#3067) (#3076) 2021-07-25 23:15:22 +02:00