roleRemoveOptions top-level property
Implementation
final List<Option> roleRemoveOptions = [
Option(
name: ['--roles-path', '--role-path'],
description: 'The path to the directory containing your roles',
args: [
Arg(
name: 'roles_path',
description: 'The path to the directory containing your roles',
suggestions: [
FigSuggestion(name: '~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles')
],
defaultValue: '~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles'
)
]
)
];