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:
parent
09438246ae
commit
781efef467
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1551,8 +1551,6 @@ User-requested extra file harvesting.
|
|||
|
||||
manifested_extra_paths_roles.append(role)
|
||||
|
||||
manifested_usr_local_custom_roles.append(role)
|
||||
|
||||
# -------------------------
|
||||
# Service roles
|
||||
# -------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue