Skip to content

ST-1299 account removal bug

J. Bruno Morgado requested to merge st-1299-bug-account-removal into master

The ansible logic for account removal had a problem in the logic. When running the playbook without any accounts/ssh keys to remove, it would fail due to trying to apply functions to an empty list.

This patch solves that issue.

Merge request reports