[stable-1] xfconf - state absent was not honoring check_mode (#2185) (#2187)

* xfconf - state absent was not honoring check_mode (#2185)

* state absent was not honoring check_mode

* added changelog fragment

* adjusted run_command() call for stable-1
This commit is contained in:
Alexei Znamensky
2021-04-07 20:20:30 +12:00
committed by GitHub
parent e32de4841a
commit f534ecbd2c
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- xfconf - module was not honoring check mode when ``state`` was ``absent`` (https://github.com/ansible-collections/community.general/pull/2185).