Feature/24026 #3

Merged
giancarlo.panichi merged 194 commits from Feature/24026 into master 2023-11-09 19:12:54 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit a731eab88a - Show all commits

View File

@ -285,6 +285,7 @@ public class AnsibleBridge {
/**
* Generate all roles for this dependency
* @param dep Dependency
* @return Collection of Roles
*/
public Collection<Role> generateRoles(Dependency dep) {
Collection<Role> roles = new Vector<>();