Closed mieel closed 3 years ago
running stackl delete should undo the apply of a role
delete
apply
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.
absent
Duplicate of https://github.com/stacklio/stackl/issues/240
Expected Result
running stackl
delete
should undo theapply
of a roleActual 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.