+ cd /tmp/tmp3gxqqz26/tests; TEST_SUBJECTS=/cache/fedora-32.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_nbde_server-38-23c512f-fedora-32-v4i2ugkm/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmp3gxqqz26/_setup.yml /tmp/tmp3gxqqz26/tests/tests_default.yml ansible-playbook 2.9.21 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/tester/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.8/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 3.8.9 (default, Apr 6 2021, 00:00:00) [GCC 10.2.1 20201125 (Red Hat 10.2.1-9)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: _setup.yml *********************************************************** 1 plays in /tmp/tmp3gxqqz26/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmp3gxqqz26/_setup.yml:5 ok: [/cache/fedora-32.qcow2] => { "groups": { "all": [ "/cache/fedora-32.qcow2" ], "localhost": [ "/cache/fedora-32.qcow2" ], "subjects": [ "/cache/fedora-32.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmp3gxqqz26/_setup.yml:7 skipping: [/cache/fedora-32.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-32.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/tmp3gxqqz26/tests/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp3gxqqz26/tests/tests_default.yml:2 ok: [/cache/fedora-32.qcow2] META: ran handlers TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /tmp/tmp3gxqqz26/tasks/main.yml:6 ok: [/cache/fedora-32.qcow2] => {"ansible_facts": {"__nbde_server_cachedir": "/var/cache/tang", "__nbde_server_group": "tang", "__nbde_server_keydir": "/var/db/tang", "__nbde_server_keygen": "/usr/libexec/tangd-keygen", "__nbde_server_packages": ["tang"], "__nbde_server_services": ["tangd.socket"], "__nbde_server_update": "/usr/libexec/tangd-update", "__nbde_server_user": "tang"}, "ansible_included_var_files": ["/tmp/tmp3gxqqz26/vars/default.yml"], "changed": false} TASK [linux-system-roles.nbde_server : Include the appropriate provider tasks] *** task path: /tmp/tmp3gxqqz26/tasks/main.yml:20 included: /tmp/tmp3gxqqz26/tasks/main-tang.yml for /cache/fedora-32.qcow2 TASK [linux-system-roles.nbde_server : Ensure tang is installed] *************** task path: /tmp/tmp3gxqqz26/tasks/main-tang.yml:2 changed: [/cache/fedora-32.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: libjose-11-1.fc32.x86_64", "Installed: tang-10-1.fc32.x86_64", "Installed: jose-11-1.fc32.x86_64", "Installed: http-parser-2.9.3-2.fc32.x86_64"]} TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /tmp/tmp3gxqqz26/tasks/main-tang.yml:7 skipping: [/cache/fedora-32.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /tmp/tmp3gxqqz26/tasks/main-tang.yml:16 changed: [/cache/fedora-32.qcow2] => {"arguments": {"cachedir": "/var/cache/tang", "force": false, "keydir": "/var/db/tang", "keygen": "/usr/libexec/tangd-keygen", "keys_to_deploy_dir": null, "state": "keys-created", "update": "/usr/libexec/tangd-update"}, "changed": true, "state": "keys-created"} TASK [linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /tmp/tmp3gxqqz26/tasks/main-tang.yml:25 skipping: [/cache/fedora-32.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.nbde_server : Open port in firewalld] ***************** task path: /tmp/tmp3gxqqz26/tasks/main-tang.yml:29 fatal: [/cache/fedora-32.qcow2]: FAILED! => {"reason": "couldn't resolve module/action 'community.general.seport'. This often indicates a misspelling, missing collection, or incorrect module path.\n\nThe error appears to be in '/tmp/tmp3gxqqz26/tasks/tangd-custom-port.yml': line 3, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n# This task tells SELinux for the port that we want the tangd service to use\n- name: Allow the custom port for tangd_port_t in SELinux\n ^ here\n"} PLAY RECAP ********************************************************************* /cache/fedora-32.qcow2 : ok=6 changed=2 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0