Don't accidentally add extra_paths role to usr_local_custom list, resulting in extra_paths appearing twice in manifested playbook

This commit is contained in:
Miguel Jacq 2026-01-02 20:19:47 +11:00
parent 09438246ae
commit 781efef467
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
# 0.2.1
* Don't accidentally add extra_paths role to usr_local_custom list, resulting in extra_paths appearing twice in manifested playbook
# 0.2.0
* Add version CLI arg

View file

@ -1551,8 +1551,6 @@ User-requested extra file harvesting.
manifested_extra_paths_roles.append(role)
manifested_usr_local_custom_roles.append(role)
# -------------------------
# Service roles
# -------------------------