Update to 2023-03-08 21:00

This commit is contained in:
Daniel Berteaud
2023-03-08 21:00:12 +01:00
parent 41240aa121
commit 1f83a5a24e
5 changed files with 9 additions and 5 deletions

View File

@@ -13,4 +13,7 @@
service: name=php{{ item }}-php-fpm state=started enabled=True
with_items: "{{ httpd_php_versions }}"
- name: systemd-tmpfiles
command: systemd-tmpfiles --create
...