Bug 1828853
Summary: | [ansible-freeipa] password-file and public-key-file variable are missing in vault module | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Varun Mylaraiah <mvarun> |
Component: | ansible-freeipa | Assignee: | Rafael Jeffman <rjeffman> |
Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.3 | CC: | rjeffman, twoerner |
Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
Target Release: | 8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ansible-freeipa-0.1.11-1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-11-04 02:46:35 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Varun Mylaraiah
2020-04-28 13:32:37 UTC
Proposed fix on upstream PR: https://github.com/freeipa/ansible-freeipa/pull/263 Upstream PR was merged. Verified ansible-freeipa-0.1.12-5.el8.noarch Automation test result: ansible-freeipa-tests/ansible_freeipa_tests/vault_module.py::TestSymmetricVault::()::test_symmetric_vault_add_with_password_file ------------------------------ Captured log call ------------------------------- transport.py 329 INFO PUT /root/password.txt sftp.py 158 DEBUG [chan 0] open(b'/root/password.txt', 'wb') sftp.py 158 DEBUG [chan 0] open(b'/root/password.txt', 'wb') -> 00000000 sftp.py 158 DEBUG [chan 0] close(00000000) sftp.py 158 DEBUG [chan 0] stat(b'/root/password.txt') channel.py 1212 DEBUG [chan 87] Max packet in: 32768 bytes channel.py 1212 DEBUG [chan 87] Max packet out: 32768 bytes transport.py 1819 DEBUG Secsh channel 87 opened. transport.py 318 INFO RUN ['kinit', 'admin'] transport.py 519 DEBUG RUN ['kinit', 'admin'] channel.py 1212 DEBUG [chan 87] Sesch channel 87 request ok transport.py 563 DEBUG -bash: line 1: cd: /root/multihost_tests: No such file or directory transport.py 563 DEBUG -bash: line 2: /root/multihost_tests/env.sh: No such file or directory transport.py 563 DEBUG Password for admin: channel.py 1212 DEBUG [chan 87] EOF received (87) channel.py 1212 DEBUG [chan 87] EOF sent (87) transport.py 217 DEBUG Exit code: 0 channel.py 1212 DEBUG [chan 88] Max packet in: 32768 bytes channel.py 1212 DEBUG [chan 88] Max packet out: 32768 bytes transport.py 1819 DEBUG Secsh channel 88 opened. transport.py 318 INFO RUN ['ipa', 'vault-find'] transport.py 519 DEBUG RUN ['ipa', 'vault-find'] channel.py 1212 DEBUG [chan 88] Sesch channel 88 request ok transport.py 563 DEBUG -bash: line 1: cd: /root/multihost_tests: No such file or directory transport.py 563 DEBUG -bash: line 2: /root/multihost_tests/env.sh: No such file or directory transport.py 563 DEBUG ---------------- transport.py 563 DEBUG 4 vaults matched transport.py 563 DEBUG ---------------- transport.py 563 DEBUG Vault name: 17stdvault transport.py 563 DEBUG Type: standard transport.py 563 DEBUG Vault user: admin transport.py 563 DEBUG transport.py 563 DEBUG Vault name: 21stdvault transport.py 563 DEBUG Type: standard transport.py 563 DEBUG Vault user: admin transport.py 563 DEBUG transport.py 563 DEBUG Vault name: 26syvault transport.py 563 DEBUG Description: symmetric_vault transport.py 563 DEBUG Type: symmetric transport.py 563 DEBUG Vault user: admin transport.py 563 DEBUG transport.py 563 DEBUG Vault name: 29syvault transport.py 563 DEBUG Type: symmetric transport.py 563 DEBUG Vault user: admin transport.py 563 DEBUG ---------------------------- transport.py 563 DEBUG Number of entries returned 4 transport.py 563 DEBUG ---------------------------- channel.py 1212 DEBUG [chan 88] EOF received (88) channel.py 1212 DEBUG [chan 88] EOF sent (88) transport.py 217 DEBUG Exit code: 0 channel.py 1212 DEBUG [chan 89] Max packet in: 32768 bytes channel.py 1212 DEBUG [chan 89] Max packet out: 32768 bytes transport.py 1819 DEBUG Secsh channel 89 opened. transport.py 318 INFO RUN ['kdestroy', '-A'] transport.py 519 DEBUG RUN ['kdestroy', '-A'] channel.py 1212 DEBUG [chan 89] Sesch channel 89 request ok transport.py 563 DEBUG -bash: line 1: cd: /root/multihost_tests: No such file or directory transport.py 563 DEBUG -bash: line 2: /root/multihost_tests/env.sh: No such file or directory channel.py 1212 DEBUG [chan 89] EOF received (89) channel.py 1212 DEBUG [chan 89] EOF sent (89) transport.py 217 DEBUG Exit code: 0 transport.py 293 INFO WRITE inventory/vault.hosts sftp.py 158 DEBUG [chan 0] open(b'inventory/vault.hosts', 'wb') sftp.py 158 DEBUG [chan 0] open(b'inventory/vault.hosts', 'wb') -> 00000000 sftp.py 158 DEBUG [chan 0] close(00000000) transport.py 329 INFO PUT vault_module.yml sftp.py 158 DEBUG [chan 0] open(b'vault_module.yml', 'wb') sftp.py 158 DEBUG [chan 0] open(b'vault_module.yml', 'wb') -> 00000000 sftp.py 158 DEBUG [chan 0] close(00000000) sftp.py 158 DEBUG [chan 0] stat(b'vault_module.yml') channel.py 1212 DEBUG [chan 21] Max packet in: 32768 bytes channel.py 1212 DEBUG [chan 21] Max packet out: 32768 bytes transport.py 1819 DEBUG Secsh channel 21 opened. transport.py 318 INFO RUN ['ansible-playbook', '--ssh-extra-args="-o StrictHostKeyChecking=no"', '-vv', '-i', 'inventory/vault.hosts', 'vault_module.yml'] transport.py 519 DEBUG RUN ['ansible-playbook', '--ssh-extra-args="-o StrictHostKeyChecking=no"', '-vv', '-i', 'inventory/vault.hosts', 'vault_module.yml'] channel.py 1212 DEBUG [chan 21] Sesch channel 21 request ok transport.py 563 DEBUG -bash: line 1: cd: /root/multihost_tests: No such file or directory transport.py 563 DEBUG -bash: line 2: /root/multihost_tests/env.sh: No such file or directory transport.py 563 DEBUG ansible-playbook 2.9.11 transport.py 563 DEBUG config file = /root/ansible.cfg transport.py 563 DEBUG configured module search path = ['/root/ansible-freeipa/plugins/modules', '/usr/share/ansible/plugins/modules'] transport.py 563 DEBUG ansible python module location = /usr/lib/python3.6/site-packages/ansible transport.py 563 DEBUG executable location = /usr/bin/ansible-playbook transport.py 563 DEBUG python version = 3.6.8 (default, Jun 26 2020, 12:10:09) [GCC 8.3.1 20191121 (Red Hat 8.3.1-5)] transport.py 563 DEBUG Using /root/ansible.cfg as config file transport.py 563 DEBUG transport.py 563 DEBUG PLAYBOOK: vault_module.yml ***************************************************** transport.py 563 DEBUG 1 plays in vault_module.yml transport.py 563 DEBUG transport.py 563 DEBUG PLAY [Playbook to ensure symmetric vault add with with password file] ********** transport.py 563 DEBUG transport.py 563 DEBUG TASK [Gathering Facts] ********************************************************* transport.py 563 DEBUG task path: /root/vault_module.yml:2 transport.py 563 DEBUG ok: [master.ipadomain.test] transport.py 563 DEBUG META: ran handlers transport.py 563 DEBUG transport.py 563 DEBUG TASK [Copy public key file to target host.] ************************************ transport.py 563 DEBUG task path: /root/vault_module.yml:6 transport.py 563 DEBUG changed: [master.ipadomain.test] => {"changed": true, "checksum": "5fdd45cdaa1eeeb0eba68cda9c4315acb5cd3ff6", "dest": "/root/password.txt", "gid": 0, "group": "root", "md5sum": "d97ef6b5b19e0c454cf2e5905117ec25", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:admin_home_t:s0", "size": 14, "src": "/root/.ansible/tmp/ansible-tmp-1595946319.2945244-20713-268811576132957/source", "state": "file", "uid": 0} transport.py 563 DEBUG transport.py 563 DEBUG TASK [vault module testing] **************************************************** transport.py 563 DEBUG task path: /root/vault_module.yml:11 transport.py 563 DEBUG changed: [master.ipadomain.test] => {"changed": true} transport.py 563 DEBUG META: ran handlers transport.py 563 DEBUG META: ran handlers transport.py 563 DEBUG transport.py 563 DEBUG PLAY RECAP ********************************************************************* transport.py 563 DEBUG master.ipadomain.test : ok=3 changed=2 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 transport.py 563 DEBUG channel.py 1212 DEBUG [chan 21] EOF received (21) channel.py 1212 DEBUG [chan 21] EOF sent (21) transport.py 217 DEBUG Exit code: 0 channel.py 1212 DEBUG [chan 90] Max packet in: 32768 bytes channel.py 1212 DEBUG [chan 90] Max packet out: 32768 bytes transport.py 1819 DEBUG Secsh channel 90 opened. transport.py 318 INFO RUN ['kinit', 'admin'] transport.py 519 DEBUG RUN ['kinit', 'admin'] channel.py 1212 DEBUG [chan 90] Sesch channel 90 request ok transport.py 563 DEBUG -bash: line 1: cd: /root/multihost_tests: No such file or directory transport.py 563 DEBUG -bash: line 2: /root/multihost_tests/env.sh: No such file or directory transport.py 563 DEBUG Password for admin: channel.py 1212 DEBUG [chan 90] EOF received (90) channel.py 1212 DEBUG [chan 90] EOF sent (90) transport.py 217 DEBUG Exit code: 0 channel.py 1212 DEBUG [chan 91] Max packet in: 32768 bytes channel.py 1212 DEBUG [chan 91] Max packet out: 32768 bytes transport.py 1819 DEBUG Secsh channel 91 opened. transport.py 318 INFO RUN ['ipa', 'vault-show', '49syvault'] transport.py 519 DEBUG RUN ['ipa', 'vault-show', '49syvault'] channel.py 1212 DEBUG [chan 91] Sesch channel 91 request ok transport.py 563 DEBUG -bash: line 1: cd: /root/multihost_tests: No such file or directory transport.py 563 DEBUG -bash: line 2: /root/multihost_tests/env.sh: No such file or directory transport.py 563 DEBUG Vault name: 49syvault transport.py 563 DEBUG Type: symmetric transport.py 563 DEBUG Salt: VA8uJjGNHqioh1jqrENtwXmomAPO6zk4XSlo26x1sms= transport.py 563 DEBUG Owner users: admin transport.py 563 DEBUG Vault user: admin channel.py 1212 DEBUG [chan 91] EOF received (91) channel.py 1212 DEBUG [chan 91] EOF sent (91) transport.py 217 DEBUG Exit code: 0 channel.py 1212 DEBUG [chan 92] Max packet in: 32768 bytes channel.py 1212 DEBUG [chan 92] Max packet out: 32768 bytes transport.py 1819 DEBUG Secsh channel 92 opened. transport.py 318 INFO RUN ['kdestroy', '-A'] transport.py 519 DEBUG RUN ['kdestroy', '-A'] channel.py 1212 DEBUG [chan 92] Sesch channel 92 request ok transport.py 563 DEBUG -bash: line 1: cd: /root/multihost_tests: No such file or directory transport.py 563 DEBUG -bash: line 2: /root/multihost_tests/env.sh: No such file or directory channel.py 1212 DEBUG [chan 92] EOF received (92) channel.py 1212 DEBUG [chan 92] EOF sent (92) transport.py 217 DEBUG Exit code: 0 ansible-freeipa-tests/ansible_freeipa_tests/vault_module.py::TestAsymmetricVault::()::test_asymmetric_vault_add_with_public_key_file ------------------------------ Captured log call ------------------------------- transport.py 329 INFO PUT /root/public_key.pem sftp.py 158 DEBUG [chan 0] open(b'/root/public_key.pem', 'wb') sftp.py 158 DEBUG [chan 0] open(b'/root/public_key.pem', 'wb') -> 00000000 sftp.py 158 DEBUG [chan 0] close(00000000) sftp.py 158 DEBUG [chan 0] stat(b'/root/public_key.pem') channel.py 1212 DEBUG [chan 106] Max packet in: 32768 bytes channel.py 1212 DEBUG [chan 106] Max packet out: 32768 bytes transport.py 1819 DEBUG Secsh channel 106 opened. transport.py 318 INFO RUN ['kinit', 'admin'] transport.py 519 DEBUG RUN ['kinit', 'admin'] channel.py 1212 DEBUG [chan 106] Sesch channel 106 request ok transport.py 563 DEBUG -bash: line 1: cd: /root/multihost_tests: No such file or directory transport.py 563 DEBUG -bash: line 2: /root/multihost_tests/env.sh: No such file or directory transport.py 563 DEBUG Password for admin: channel.py 1212 DEBUG [chan 106] EOF received (106) channel.py 1212 DEBUG [chan 106] EOF sent (106) transport.py 217 DEBUG Exit code: 0 channel.py 1212 DEBUG [chan 107] Max packet in: 32768 bytes channel.py 1212 DEBUG [chan 107] Max packet out: 32768 bytes transport.py 1819 DEBUG Secsh channel 107 opened. transport.py 318 INFO RUN ['ipa', 'vault-find'] transport.py 519 DEBUG RUN ['ipa', 'vault-find'] channel.py 1212 DEBUG [chan 107] Sesch channel 107 request ok transport.py 563 DEBUG -bash: line 1: cd: /root/multihost_tests: No such file or directory transport.py 563 DEBUG -bash: line 2: /root/multihost_tests/env.sh: No such file or directory transport.py 563 DEBUG ---------------- transport.py 563 DEBUG 5 vaults matched transport.py 563 DEBUG ---------------- transport.py 563 DEBUG Vault name: 17stdvault transport.py 563 DEBUG Type: standard transport.py 563 DEBUG Vault user: admin transport.py 563 DEBUG transport.py 563 DEBUG Vault name: 21stdvault transport.py 563 DEBUG Type: standard transport.py 563 DEBUG Vault user: admin transport.py 563 DEBUG transport.py 563 DEBUG Vault name: 26syvault transport.py 563 DEBUG Description: symmetric_vault transport.py 563 DEBUG Type: symmetric transport.py 563 DEBUG Vault user: admin transport.py 563 DEBUG transport.py 563 DEBUG Vault name: 29syvault transport.py 563 DEBUG Type: symmetric transport.py 563 DEBUG Vault user: admin transport.py 563 DEBUG transport.py 563 DEBUG Vault name: 49syvault transport.py 563 DEBUG Type: symmetric transport.py 563 DEBUG Vault user: admin transport.py 563 DEBUG ---------------------------- transport.py 563 DEBUG Number of entries returned 5 transport.py 563 DEBUG ---------------------------- channel.py 1212 DEBUG [chan 107] EOF received (107) channel.py 1212 DEBUG [chan 107] EOF sent (107) transport.py 217 DEBUG Exit code: 0 channel.py 1212 DEBUG [chan 108] Max packet in: 32768 bytes channel.py 1212 DEBUG [chan 108] Max packet out: 32768 bytes transport.py 1819 DEBUG Secsh channel 108 opened. transport.py 318 INFO RUN ['kdestroy', '-A'] transport.py 519 DEBUG RUN ['kdestroy', '-A'] channel.py 1212 DEBUG [chan 108] Sesch channel 108 request ok transport.py 563 DEBUG -bash: line 1: cd: /root/multihost_tests: No such file or directory transport.py 563 DEBUG -bash: line 2: /root/multihost_tests/env.sh: No such file or directory channel.py 1212 DEBUG [chan 108] EOF received (108) channel.py 1212 DEBUG [chan 108] EOF sent (108) transport.py 217 DEBUG Exit code: 0 transport.py 293 INFO WRITE inventory/vault.hosts sftp.py 158 DEBUG [chan 0] open(b'inventory/vault.hosts', 'wb') sftp.py 158 DEBUG [chan 0] open(b'inventory/vault.hosts', 'wb') -> 00000000 sftp.py 158 DEBUG [chan 0] close(00000000) transport.py 329 INFO PUT vault_module.yml sftp.py 158 DEBUG [chan 0] open(b'vault_module.yml', 'wb') sftp.py 158 DEBUG [chan 0] open(b'vault_module.yml', 'wb') -> 00000000 sftp.py 158 DEBUG [chan 0] close(00000000) sftp.py 158 DEBUG [chan 0] stat(b'vault_module.yml') channel.py 1212 DEBUG [chan 24] Max packet in: 32768 bytes channel.py 1212 DEBUG [chan 24] Max packet out: 32768 bytes transport.py 1819 DEBUG Secsh channel 24 opened. transport.py 318 INFO RUN ['ansible-playbook', '--ssh-extra-args="-o StrictHostKeyChecking=no"', '-vv', '-i', 'inventory/vault.hosts', 'vault_module.yml'] transport.py 519 DEBUG RUN ['ansible-playbook', '--ssh-extra-args="-o StrictHostKeyChecking=no"', '-vv', '-i', 'inventory/vault.hosts', 'vault_module.yml'] channel.py 1212 DEBUG [chan 24] Sesch channel 24 request ok transport.py 563 DEBUG -bash: line 1: cd: /root/multihost_tests: No such file or directory transport.py 563 DEBUG -bash: line 2: /root/multihost_tests/env.sh: No such file or directory transport.py 563 DEBUG ansible-playbook 2.9.11 transport.py 563 DEBUG config file = /root/ansible.cfg transport.py 563 DEBUG configured module search path = ['/root/ansible-freeipa/plugins/modules', '/usr/share/ansible/plugins/modules'] transport.py 563 DEBUG ansible python module location = /usr/lib/python3.6/site-packages/ansible transport.py 563 DEBUG executable location = /usr/bin/ansible-playbook transport.py 563 DEBUG python version = 3.6.8 (default, Jun 26 2020, 12:10:09) [GCC 8.3.1 20191121 (Red Hat 8.3.1-5)] transport.py 563 DEBUG Using /root/ansible.cfg as config file transport.py 563 DEBUG transport.py 563 DEBUG PLAYBOOK: vault_module.yml ***************************************************** transport.py 563 DEBUG 1 plays in vault_module.yml transport.py 563 DEBUG transport.py 563 DEBUG PLAY [Playbook to ensure the asymmetric vault is present using public key file.] *** transport.py 563 DEBUG transport.py 563 DEBUG TASK [Gathering Facts] ********************************************************* transport.py 563 DEBUG task path: /root/vault_module.yml:2 transport.py 563 DEBUG ok: [master.ipadomain.test] transport.py 563 DEBUG META: ran handlers transport.py 563 DEBUG transport.py 563 DEBUG TASK [Copy public key file to target host.] ************************************ transport.py 563 DEBUG task path: /root/vault_module.yml:6 transport.py 563 DEBUG changed: [master.ipadomain.test] => {"changed": true, "checksum": "d41e715006a9e601f4deb167b48a12b5294f4e27", "dest": "/root/public_key.pem", "gid": 0, "group": "root", "md5sum": "64bd200c2588e2e285f0412a574a4c6a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:admin_home_t:s0", "size": 474, "src": "/root/.ansible/tmp/ansible-tmp-1595946338.6776783-20858-56942149322738/source", "state": "file", "uid": 0} transport.py 563 DEBUG transport.py 563 DEBUG TASK [vault module testing] **************************************************** transport.py 563 DEBUG task path: /root/vault_module.yml:11 transport.py 563 DEBUG changed: [master.ipadomain.test] => {"changed": true} transport.py 563 DEBUG META: ran handlers transport.py 563 DEBUG META: ran handlers transport.py 563 DEBUG transport.py 563 DEBUG PLAY RECAP ********************************************************************* transport.py 563 DEBUG master.ipadomain.test : ok=3 changed=2 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 transport.py 563 DEBUG channel.py 1212 DEBUG [chan 24] EOF received (24) channel.py 1212 DEBUG [chan 24] EOF sent (24) transport.py 217 DEBUG Exit code: 0 channel.py 1212 DEBUG [chan 109] Max packet in: 32768 bytes channel.py 1212 DEBUG [chan 109] Max packet out: 32768 bytes transport.py 1819 DEBUG Secsh channel 109 opened. transport.py 318 INFO RUN ['kinit', 'admin'] transport.py 519 DEBUG RUN ['kinit', 'admin'] channel.py 1212 DEBUG [chan 109] Sesch channel 109 request ok transport.py 563 DEBUG -bash: line 1: cd: /root/multihost_tests: No such file or directory transport.py 563 DEBUG -bash: line 2: /root/multihost_tests/env.sh: No such file or directory transport.py 563 DEBUG Password for admin: channel.py 1212 DEBUG [chan 109] EOF received (109) channel.py 1212 DEBUG [chan 109] EOF sent (109) transport.py 217 DEBUG Exit code: 0 channel.py 1212 DEBUG [chan 110] Max packet in: 32768 bytes channel.py 1212 DEBUG [chan 110] Max packet out: 32768 bytes transport.py 1819 DEBUG Secsh channel 110 opened. transport.py 318 INFO RUN ['ipa', 'vault-show', '72asyvault'] transport.py 519 DEBUG RUN ['ipa', 'vault-show', '72asyvault'] channel.py 1212 DEBUG [chan 110] Sesch channel 110 request ok transport.py 563 DEBUG -bash: line 1: cd: /root/multihost_tests: No such file or directory transport.py 563 DEBUG -bash: line 2: /root/multihost_tests/env.sh: No such file or directory transport.py 563 DEBUG Vault name: 72asyvault transport.py 563 DEBUG Type: asymmetric transport.py 563 DEBUG Public key: LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0K77+8TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFyTTUvZjZkZC9ZSW0vYTllb0dWVArvv7xXOGpvYkVncmY5UFhSQTNhSHNBN2tKbzZmQjE4SEQ0K1JWVXd4L2xxbGtQWWJVaTliWFYvckpBa1V3QUVET25KCu+/vGVxWEVTWitnVkNWbWlnUnptS1dLMmFkOWFnbVlTaXF5eU54RklKdlpBbzBkRzRDQVdqWUsyN3RMZzRJaDZvR3MK77+8WklERytXVkVTNVc4OUsrTDBid1ZqcTR0c2hoZURNTzU3dW52bUlLRW1hQkUwZXdQZnZrZFpoNWs4R3RzOUg0Zgrvv7xoMGZHazV0YklZYTBiaHdNVXBMK1dIT202bmJkK243QmJhVmM4MjBUZ1pETy9yU1l0bnVYYUljNld4MFU5TFhaCu+/vGtVbWszYXBNbnprbk5hVHFndUFRZFRuNzlHOFBxckdxbXlXZC9FMWNIMmI1anpJeGlHbzhwc0w1c3hXVlk3V0oK77+8ZHdJREFRQUIK77+8LS0tLS1FTkQgUFVCTElDIEtFWS0tLS0t transport.py 563 DEBUG Owner users: admin transport.py 563 DEBUG Vault user: admin channel.py 1212 DEBUG [chan 110] EOF received (110) channel.py 1212 DEBUG [chan 110] EOF sent (110) transport.py 217 DEBUG Exit code: 0 channel.py 1212 DEBUG [chan 111] Max packet in: 32768 bytes channel.py 1212 DEBUG [chan 111] Max packet out: 32768 bytes transport.py 1819 DEBUG Secsh channel 111 opened. transport.py 318 INFO RUN ['kdestroy', '-A'] transport.py 519 DEBUG RUN ['kdestroy', '-A'] channel.py 1212 DEBUG [chan 111] Sesch channel 111 request ok transport.py 563 DEBUG -bash: line 1: cd: /root/multihost_tests: No such file or directory transport.py 563 DEBUG -bash: line 2: /root/multihost_tests/env.sh: No such file or directory channel.py 1212 DEBUG [chan 111] EOF received (111) channel.py 1212 DEBUG [chan 111] EOF sent (111) transport.py 217 DEBUG Exit code: 0 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (ansible-freeipa bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:4663 |