Skip to content

Commit 5eed684

Browse files
Bump ansible-lint from 5.3.2 to 5.4.0 in /.github/workflows/requirements (#489)
1 parent a63b827 commit 5eed684

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ansible-core==2.12.2
22
jinja2==3.0.3
3-
ansible-lint==5.3.2
3+
ansible-lint==5.4.0
44
yamllint==1.26.3
55
molecule[docker]==3.6.1
66
docker==5.0.3

tasks/opensource/install-source.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
command: ./configure
144144
args:
145145
chdir: "/tmp/{{ pcre_version }}"
146+
creates: "/tmp/makefile"
146147

147148
- name: Make PCRE dependency
148149
make:
@@ -201,6 +202,7 @@
201202
command: ./configure
202203
args:
203204
chdir: "/tmp/{{ zlib_version }}"
205+
creates: "/tmp/makefile"
204206

205207
- name: Make ZLib dependency
206208
make:
@@ -259,6 +261,7 @@
259261
command: ./config --prefix=/usr/local/openssl --openssldir=/usr/local/openssl shared zlib
260262
args:
261263
chdir: "/tmp/{{ openssl_version }}"
264+
creates: "/tmp/makefile"
262265

263266
- name: Make OpenSSL dependency
264267
make:
@@ -335,6 +338,7 @@
335338
{{ nginx_install_source_static_modules | default('') }}
336339
args:
337340
chdir: "/tmp/{{ nginx_version }}"
341+
creates: "/tmp/makefile"
338342
register: nginx_configure
339343

340344
- name: Make NGINX

vars/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ nginx_plus_distributions: [
2626
]
2727

2828
# Default NGINX signing key
29-
nginx_default_signing_key_rsa_pub: https://nginx.org/keys/nginx_signing.rsa.pub
3029
nginx_default_signing_key_pgp: https://nginx.org/keys/nginx_signing.key
30+
nginx_default_signing_key_rsa_pub: https://nginx.org/keys/nginx_signing.rsa.pub
3131

3232
# Default NGINX Open Source repositories
3333
nginx_default_repository_alpine: "@nginx http://nginx.org/packages/{{ (nginx_branch == 'mainline') | ternary('mainline/', '') }}\
@@ -81,9 +81,9 @@ nginx_freebsd_dependencies: [
8181
]
8282

8383
# Default locations and versions when 'nginx_install_from' is set to 'source'
84-
pcre_version: pcre-8.44
84+
pcre_version: pcre-8.45
8585
zlib_version: zlib-1.2.11
86-
openssl_version: openssl-1.1.1g
86+
openssl_version: openssl-1.1.1m
8787

8888
# Supported NGINX Open Source dynamic modules
8989
nginx_modules_list: [

0 commit comments

Comments
 (0)