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 6541a93 commit dbc986fCopy full SHA for dbc986f
linuxpatch.yml
@@ -3,7 +3,7 @@
3
hosts: all
4
become: yes
5
vars:
6
- api_key: "your_api_key_here"
+ lp_key: "your_lp_key_here"
7
8
tasks:
9
- name: Check if /opt/linuxpatch/bin/linuxpatch exists
@@ -18,10 +18,10 @@
18
mode: '0755'
19
when: not linuxpatch_file.stat.exists
20
21
- - name: Run install.sh with API_KEY as environment variable
+ - name: Run install.sh with LP_KEY as environment variable
22
command: /tmp/install.sh
23
environment:
24
- API_KEY: "{{ api_key }}"
+ LP_KEY: "{{ lp_key }}"
25
args:
26
chdir: /tmp
27
0 commit comments