Skip to content

Commit

Permalink
Update node & PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
m-pilarczyk committed Jun 9, 2023
1 parent baedd0a commit f2c3679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/setup/node.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion vars/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2c3679

Please sign in to comment.