lxc-php: Fix /etc/profile.d/evolinux.sh mode in containers (defauft umask -> 644)
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2647|4|2643|5|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/346//ansiblelint">Evolix » ansible-roles » unstable #346</a>
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
William Hirigoyen 2023-09-14 17:11:46 +02:00
parent 689ed21b38
commit 92788a8b93
2 changed files with 2 additions and 0 deletions

View file

@ -78,6 +78,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* evolinux-base, evolinux-users: Fix files mode under /etc/ssh/sshd_config.d
* evolinux-base: Fix file extension
* evocheck: Fix IS_SSHALLOWUSERS condition
* lxc-php: Fix /etc/profile.d/evolinux.sh mode in containers (defauft umask -> 644)
### Removed

View file

@ -13,6 +13,7 @@
path: "{{ systemd_path.path }}/evolinux.conf"
regex: "\\[Service\\]"
line: "[Service]"
mode: '0644'
create: yes
- name: "UMask=0007 est présent dans la surchage des services PHP-FPM des conteneurs LXC."