make it work on debian
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
"{{ ansible_managed }}"
|
||||
deb [signed-by=/etc/apt/keyrings/sury_php.gpg] https://packages.sury.org/php/ {{ ansible_distribution_release }} main
|
||||
#{{ ansible_managed }}
|
||||
deb [signed-by=/etc/apt/trusted.gpg.d/debsuryorg-archive.gpg] https://packages.sury.org/php/ {{ ansible_distribution_release }} main
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"{{ ansible_managed }}"
|
||||
;{{ ansible_managed }}
|
||||
[{{ php_pool_name }}]
|
||||
user = {{ php_fpm_pool_user }}
|
||||
group = {{ php_fpm_pool_group }}
|
||||
|
||||
Reference in New Issue
Block a user