stacklio / stackl

An open source, end-to-end application orchestration platform.
https://stackl.io
GNU General Public License v3.0
5 stars 4 forks source link

(ansible-handler) state=absent is not always the expected undo state #233

Closed mieel closed 3 years ago

mieel commented 3 years ago

Expected Result

running stackl delete should undo the apply of a role

Actual Result

when a role specifies something as absent as a feature, this state won't be undone because the delete command sets state=absent in all case.

stgrace commented 3 years ago

Duplicate of https://github.com/stacklio/stackl/issues/240