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 bc7dfad commit 16d1d18Copy full SHA for 16d1d18
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.23.1 (Unreleased)
4
+
5
+BUG FIXES:
6
7
+Ansible check mode runs will no longer fail if NGINX has not yet been installed.
8
9
## 0.23.0 (February 16, 2022)
10
11
BREAKING CHANGES:
handlers/main.yml
@@ -31,6 +31,7 @@
31
failed_when: config_check.rc != 0
32
when:
33
- config_check.stderr_lines is defined
34
+ - config_check.stderr_lines != []
35
- config_check.rc != 0
36
- nginx_state != "absent"
37
listen: (Handler) Run NGINX
0 commit comments