lxc-php: Fix lxc_php_container_name

This commit is contained in:
David Prevot 2023-11-23 13:40:03 +01:00
parent 892067cf2b
commit cb03831ae8

View file

@ -13,7 +13,7 @@ php_conf_mysql_socket_dir: /mysqld
php_conf_mysql_default_socket: "{{ php_conf_mysql_socket_dir }}/mysqld.sock"
lxc_php_version: Null
lxc_php_container_name: "php{{ lxc_php_version }}"
lxc_php_container_name: "{{ lxc_php_version }}"
lxc_php_container_releases:
php56: "jessie"