Bump ansible-lint from 5.3.2 to 5.4.0 in /.github/workflows/requirements (#489)
This commit is contained in:
parent
a63b8274c1
commit
5eed6841c0
@ -1,6 +1,6 @@
|
|||||||
ansible-core==2.12.2
|
ansible-core==2.12.2
|
||||||
jinja2==3.0.3
|
jinja2==3.0.3
|
||||||
ansible-lint==5.3.2
|
ansible-lint==5.4.0
|
||||||
yamllint==1.26.3
|
yamllint==1.26.3
|
||||||
molecule[docker]==3.6.1
|
molecule[docker]==3.6.1
|
||||||
docker==5.0.3
|
docker==5.0.3
|
||||||
|
@ -143,6 +143,7 @@
|
|||||||
command: ./configure
|
command: ./configure
|
||||||
args:
|
args:
|
||||||
chdir: "/tmp/{{ pcre_version }}"
|
chdir: "/tmp/{{ pcre_version }}"
|
||||||
|
creates: "/tmp/makefile"
|
||||||
|
|
||||||
- name: Make PCRE dependency
|
- name: Make PCRE dependency
|
||||||
make:
|
make:
|
||||||
@ -201,6 +202,7 @@
|
|||||||
command: ./configure
|
command: ./configure
|
||||||
args:
|
args:
|
||||||
chdir: "/tmp/{{ zlib_version }}"
|
chdir: "/tmp/{{ zlib_version }}"
|
||||||
|
creates: "/tmp/makefile"
|
||||||
|
|
||||||
- name: Make ZLib dependency
|
- name: Make ZLib dependency
|
||||||
make:
|
make:
|
||||||
@ -259,6 +261,7 @@
|
|||||||
command: ./config --prefix=/usr/local/openssl --openssldir=/usr/local/openssl shared zlib
|
command: ./config --prefix=/usr/local/openssl --openssldir=/usr/local/openssl shared zlib
|
||||||
args:
|
args:
|
||||||
chdir: "/tmp/{{ openssl_version }}"
|
chdir: "/tmp/{{ openssl_version }}"
|
||||||
|
creates: "/tmp/makefile"
|
||||||
|
|
||||||
- name: Make OpenSSL dependency
|
- name: Make OpenSSL dependency
|
||||||
make:
|
make:
|
||||||
@ -335,6 +338,7 @@
|
|||||||
{{ nginx_install_source_static_modules | default('') }}
|
{{ nginx_install_source_static_modules | default('') }}
|
||||||
args:
|
args:
|
||||||
chdir: "/tmp/{{ nginx_version }}"
|
chdir: "/tmp/{{ nginx_version }}"
|
||||||
|
creates: "/tmp/makefile"
|
||||||
register: nginx_configure
|
register: nginx_configure
|
||||||
|
|
||||||
- name: Make NGINX
|
- name: Make NGINX
|
||||||
|
@ -26,8 +26,8 @@ nginx_plus_distributions: [
|
|||||||
]
|
]
|
||||||
|
|
||||||
# Default NGINX signing key
|
# Default NGINX signing key
|
||||||
nginx_default_signing_key_rsa_pub: https://nginx.org/keys/nginx_signing.rsa.pub
|
|
||||||
nginx_default_signing_key_pgp: https://nginx.org/keys/nginx_signing.key
|
nginx_default_signing_key_pgp: https://nginx.org/keys/nginx_signing.key
|
||||||
|
nginx_default_signing_key_rsa_pub: https://nginx.org/keys/nginx_signing.rsa.pub
|
||||||
|
|
||||||
# Default NGINX Open Source repositories
|
# Default NGINX Open Source repositories
|
||||||
nginx_default_repository_alpine: "@nginx http://nginx.org/packages/{{ (nginx_branch == 'mainline') | ternary('mainline/', '') }}\
|
nginx_default_repository_alpine: "@nginx http://nginx.org/packages/{{ (nginx_branch == 'mainline') | ternary('mainline/', '') }}\
|
||||||
@ -81,9 +81,9 @@ nginx_freebsd_dependencies: [
|
|||||||
]
|
]
|
||||||
|
|
||||||
# Default locations and versions when 'nginx_install_from' is set to 'source'
|
# Default locations and versions when 'nginx_install_from' is set to 'source'
|
||||||
pcre_version: pcre-8.44
|
pcre_version: pcre-8.45
|
||||||
zlib_version: zlib-1.2.11
|
zlib_version: zlib-1.2.11
|
||||||
openssl_version: openssl-1.1.1g
|
openssl_version: openssl-1.1.1m
|
||||||
|
|
||||||
# Supported NGINX Open Source dynamic modules
|
# Supported NGINX Open Source dynamic modules
|
||||||
nginx_modules_list: [
|
nginx_modules_list: [
|
||||||
|
Loading…
Reference in New Issue
Block a user