mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-28 18:34:44 +00:00
templates: Allow execution of plugins in an IPA client host.
Modify templates to create the basic tests for `ipaapi_context: client`.
This commit is contained in:
@@ -183,3 +183,4 @@ mkdir -p $dest
|
||||
src=test_module.yml.in
|
||||
[ $member == 1 ] && src=test_module+member.yml.in
|
||||
template $src $dest/test_$name.yml
|
||||
template test_module_client_context.yml.in $dest/test_${name}_client_context.yml
|
||||
|
||||
Reference in New Issue
Block a user