We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a66db commit d900d92Copy full SHA for d900d92
1 file changed
ansible/roles/pwa-html/tasks/main.yml
@@ -1,24 +1,23 @@
1
---
2
-
3
- name: Download nodesource APT repo script
4
get_url:
5
- url: https://deb.nodesource.com/setup_20.x
+ url: https://deb.nodesource.com/setup_22.x
6
dest: /tmp/setup-node-apt-source.sh
7
mode: 777
8
9
-- name: Setup nodesoure APT repo
+- name: Setup nodesoure APT repo
10
shell: /tmp/setup-node-apt-source.sh
11
args:
12
creates: /etc/apt/sources.list.d/nodesource.list
13
executable: bash
14
+
15
- name: Install Packages
16
- apt:
+ apt:
17
pkg:
18
- nodejs
19
- zip
20
state: latest
21
22
- name: Install Workbox-CLI
23
npm:
24
name: workbox-cli
0 commit comments