Skip to content

Commit 4765919

Browse files
committed
remove buster from supported list, add version debug
1 parent 2aedcd6 commit 4765919

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ galaxy_info:
1616
- name: Debian
1717
versions:
1818
- stretch
19-
- buster
2019

2120
galaxy_tags:
2221
- waf

tasks/install-app-protect.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
nginx_plus_version: "{{ ansible_facts.packages['nginx-plus'] | map(attribute='version') | list | first | regex_search('^(\\d{1,3})') }}"
66
when: "'nginx-plus' in ansible_facts.packages"
77

8+
- name: Debug nginx plus version
9+
debug:
10+
msg: "nginx_plus_version {{ nginx_plus_version }}"
11+
verbosity: 2
12+
813
- name: Fail if NGINX+ version preconditions fail
914
assert:
1015
that:

tasks/install-signatures.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
nginx_plus_version: "{{ ansible_facts.packages['nginx-plus'] | map(attribute='version') | list | first | regex_search('^(\\d{1,3})') }}"
66
when: "'nginx-plus' in ansible_facts.packages"
77

8+
- name: Debug nginx plus version
9+
debug:
10+
msg: "nginx_plus_version {{ nginx_plus_version }}"
11+
verbosity: 2
12+
813
- name: Fail if NGINX+ version preconditions fail
914
assert:
1015
that:

0 commit comments

Comments
 (0)