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 a573b76 commit ecd92a8Copy full SHA for ecd92a8
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
3
-## 0.5.0 (Unreleased)
+## 0.5.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.5.0 (February 17, 2022)
10
11
BREAKING CHANGES:
12
handlers/main.yml
@@ -15,6 +15,7 @@
15
failed_when: config_check.rc != 0
16
when:
17
- config_check.stderr_lines is defined
18
+ - config_check.stderr_lines != []
19
- config_check.rc != 0
20
listen: (Handler - NGINX Config) Run NGINX
21
0 commit comments