add ansible_managed
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#{{ ansible_managed }}
|
||||
{{ php_fpm_log_dir }}/php_fpm_{{ php_pool_name }}*.log {
|
||||
daily
|
||||
rotate 15
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
"{{ ansible_managed }}"
|
||||
<FilesMatch \.php$>
|
||||
SetHandler "proxy:unix:{{ php_fpm_listen_socket }}|fcgi://localhost/"
|
||||
</FilesMatch>
|
||||
@@ -1 +1,2 @@
|
||||
"{{ ansible_managed }}"
|
||||
deb [signed-by=/etc/apt/keyrings/sury_php.gpg] https://packages.sury.org/php/ {{ ansible_distribution_release }} main
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
"{{ ansible_managed }}"
|
||||
[{{ php_pool_name }}]
|
||||
user = {{ php_fpm_pool_user }}
|
||||
group = {{ php_fpm_pool_group }}
|
||||
|
||||
Reference in New Issue
Block a user