automountmap: Add client context test playbook.

The client context test playbook was missing for ipaautomountmap.
This commit is contained in:
Rafael Guterres Jeffman
2022-01-20 14:33:40 -03:00
parent 1d3eab804d
commit b89d2b1316
2 changed files with 41 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
---
- name: Test automountmap
hosts: ipaserver
hosts: "{{ ipa_test_host | default('ipaserver') }}"
become: no
gather_facts: no