Skip to content

Commit dbc986f

Browse files
author
linuxpatch
committed
initial commit
1 parent 6541a93 commit dbc986f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

linuxpatch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
hosts: all
44
become: yes
55
vars:
6-
api_key: "your_api_key_here"
6+
lp_key: "your_lp_key_here"
77

88
tasks:
99
- name: Check if /opt/linuxpatch/bin/linuxpatch exists
@@ -18,10 +18,10 @@
1818
mode: '0755'
1919
when: not linuxpatch_file.stat.exists
2020

21-
- name: Run install.sh with API_KEY as environment variable
21+
- name: Run install.sh with LP_KEY as environment variable
2222
command: /tmp/install.sh
2323
environment:
24-
API_KEY: "{{ api_key }}"
24+
LP_KEY: "{{ lp_key }}"
2525
args:
2626
chdir: /tmp
2727
when: not linuxpatch_file.stat.exists

0 commit comments

Comments
 (0)