diff --git a/tasks/setup/node.yaml b/tasks/setup/node.yaml index 921a384..9f4a6bc 100644 --- a/tasks/setup/node.yaml +++ b/tasks/setup/node.yaml @@ -1,6 +1,6 @@ --- - name: "{{ service_name }} | setup | node | Add Node.js repository" # noqa risky-shell-pipe command-instead-of-module - ansible.builtin.shell: curl -sL https://deb.nodesource.com/setup_14.x | bash - + ansible.builtin.shell: curl -sL https://deb.nodesource.com/setup_18.x | bash - when: "'nodejs' not in ansible_facts.packages" - name: "{{ service_name }} | setup | node | Install Node.js" diff --git a/vars/main.yaml b/vars/main.yaml index ad0114f..6962c72 100644 --- a/vars/main.yaml +++ b/vars/main.yaml @@ -17,7 +17,7 @@ setup_wkhtmltopdf: false # Configuration adcontroller_public_path: "/acp" adcontroller_server_port: 8030 -php_version: 8.1 +php_version: 8.2 php_pool: false # Server