deploy_helper: fix a bug when not defining release on state=clean (#1859)

* Fix a bug when not defining release on state=clean

* Add changelog fragment
This commit is contained in:
Ramon de la Fuente
2021-02-22 09:12:21 +01:00
committed by GitHub
parent c0f3a63e18
commit abfbe2a48d
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- deploy_helper - allow ``state=clean`` to be used without defining a ``release`` (https://github.com/ansible-collections/community.general/issues/1852).