mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 13:53:23 +00:00
Extended python3 test to do an additional client test
The additional client test is needed to make sure that the client is installed for python3 usage. The ipalib test has not been sufficient.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
- block:
|
||||
- name: Verify Python3 import
|
||||
command: python3 -c "from ipapython.version import NUM_VERSION"
|
||||
script: py3test.py
|
||||
register: py3test
|
||||
failed_when: False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user