# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_nbde_server_keys_dir.yml *************************************** 1 plays in /WORKDIR/git-ansible-lint-test-2.16_fc53gds/tests/tests_nbde_server_keys_dir.yml PLAY [Test nbde_server_keys_dir is properly set] ******************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/tests/tests_nbde_server_keys_dir.yml:5 Thursday 04 January 2024 22:23:28 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Thursday 04 January 2024 22:23:29 +0000 (0:00:00.950) 0:00:00.962 ****** included: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Thursday 04 January 2024 22:23:29 +0000 (0:00:00.014) 0:00:00.976 ****** skipping: [sut] => { "changed": false, "false_condition": "__nbde_server_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Thursday 04 January 2024 22:23:29 +0000 (0:00:00.032) 0:00:01.009 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Thursday 04 January 2024 22:23:29 +0000 (0:00:00.298) 0:00:01.308 ****** ok: [sut] => { "ansible_facts": { "__nbde_server_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Thursday 04 January 2024 22:23:30 +0000 (0:00:00.018) 0:00:01.326 ****** ok: [sut] => { "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": [ "/WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Thursday 04 January 2024 22:23:30 +0000 (0:00:00.016) 0:00:01.342 ****** included: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ******** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Thursday 04 January 2024 22:23:30 +0000 (0:00:00.015) 0:00:01.358 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Thursday 04 January 2024 22:23:32 +0000 (0:00:01.971) 0:00:03.330 ****** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_rotate_keys | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Thursday 04 January 2024 22:23:32 +0000 (0:00:00.016) 0:00:03.346 ****** ok: [sut] => { "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": false, "state": "keys-created" } TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Thursday 04 January 2024 22:23:32 +0000 (0:00:00.294) 0:00:03.641 ****** included: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tang-key-management.yml for sut TASK [fedora.linux_system_roles.nbde_server : Make sure nbde_server_keys_dir is set] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tang-key-management.yml:6 Thursday 04 January 2024 22:23:32 +0000 (0:00:00.027) 0:00:03.668 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: You need to specify nbde_server_keys_dir and it must be an absolute path TASK [Check for error with nbde_server_keys_dir not set] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/tests/tests_nbde_server_keys_dir.yml:22 Thursday 04 January 2024 22:23:32 +0000 (0:00:00.019) 0:00:03.687 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Thursday 04 January 2024 22:23:32 +0000 (0:00:00.011) 0:00:03.698 ****** included: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Thursday 04 January 2024 22:23:32 +0000 (0:00:00.020) 0:00:03.719 ****** skipping: [sut] => { "changed": false, "false_condition": "__nbde_server_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Thursday 04 January 2024 22:23:32 +0000 (0:00:00.021) 0:00:03.740 ****** skipping: [sut] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Thursday 04 January 2024 22:23:32 +0000 (0:00:00.022) 0:00:03.762 ****** skipping: [sut] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Thursday 04 January 2024 22:23:32 +0000 (0:00:00.028) 0:00:03.791 ****** ok: [sut] => { "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": [ "/WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Thursday 04 January 2024 22:23:32 +0000 (0:00:00.020) 0:00:03.812 ****** included: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ******** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Thursday 04 January 2024 22:23:32 +0000 (0:00:00.014) 0:00:03.826 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Thursday 04 January 2024 22:23:34 +0000 (0:00:01.885) 0:00:05.711 ****** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_rotate_keys | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Thursday 04 January 2024 22:23:34 +0000 (0:00:00.017) 0:00:05.729 ****** ok: [sut] => { "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": false, "state": "keys-created" } TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Thursday 04 January 2024 22:23:34 +0000 (0:00:00.244) 0:00:05.973 ****** included: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tang-key-management.yml for sut TASK [fedora.linux_system_roles.nbde_server : Make sure nbde_server_keys_dir is set] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tang-key-management.yml:6 Thursday 04 January 2024 22:23:34 +0000 (0:00:00.025) 0:00:05.999 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: You need to specify nbde_server_keys_dir and it must be an absolute path TASK [Check for error with nbde_server_keys_dir not set] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/tests/tests_nbde_server_keys_dir.yml:39 Thursday 04 January 2024 22:23:34 +0000 (0:00:00.013) 0:00:06.012 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Thursday 04 January 2024 22:23:34 +0000 (0:00:00.009) 0:00:06.022 ****** included: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Thursday 04 January 2024 22:23:34 +0000 (0:00:00.010) 0:00:06.033 ****** skipping: [sut] => { "changed": false, "false_condition": "__nbde_server_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Thursday 04 January 2024 22:23:34 +0000 (0:00:00.018) 0:00:06.052 ****** skipping: [sut] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Thursday 04 January 2024 22:23:34 +0000 (0:00:00.012) 0:00:06.064 ****** skipping: [sut] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Thursday 04 January 2024 22:23:34 +0000 (0:00:00.012) 0:00:06.076 ****** ok: [sut] => { "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": [ "/WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Thursday 04 January 2024 22:23:34 +0000 (0:00:00.015) 0:00:06.092 ****** included: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ******** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Thursday 04 January 2024 22:23:34 +0000 (0:00:00.019) 0:00:06.111 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Thursday 04 January 2024 22:23:36 +0000 (0:00:01.905) 0:00:08.017 ****** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_rotate_keys | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Thursday 04 January 2024 22:23:36 +0000 (0:00:00.023) 0:00:08.040 ****** ok: [sut] => { "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": false, "state": "keys-created" } TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Thursday 04 January 2024 22:23:36 +0000 (0:00:00.249) 0:00:08.290 ****** included: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tang-key-management.yml for sut TASK [fedora.linux_system_roles.nbde_server : Make sure nbde_server_keys_dir is set] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tang-key-management.yml:6 Thursday 04 January 2024 22:23:37 +0000 (0:00:00.043) 0:00:08.333 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: You need to specify nbde_server_keys_dir and it must be an absolute path TASK [Check for error with nbde_server_keys_dir not set] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/tests/tests_nbde_server_keys_dir.yml:57 Thursday 04 January 2024 22:23:37 +0000 (0:00:00.017) 0:00:08.350 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Thursday 04 January 2024 22:23:37 +0000 (0:00:00.013) 0:00:08.364 ****** included: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Thursday 04 January 2024 22:23:37 +0000 (0:00:00.012) 0:00:08.376 ****** skipping: [sut] => { "changed": false, "false_condition": "__nbde_server_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Thursday 04 January 2024 22:23:37 +0000 (0:00:00.020) 0:00:08.397 ****** skipping: [sut] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Thursday 04 January 2024 22:23:37 +0000 (0:00:00.012) 0:00:08.410 ****** skipping: [sut] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Thursday 04 January 2024 22:23:37 +0000 (0:00:00.012) 0:00:08.422 ****** ok: [sut] => { "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": [ "/WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Thursday 04 January 2024 22:23:37 +0000 (0:00:00.019) 0:00:08.442 ****** included: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ******** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Thursday 04 January 2024 22:23:37 +0000 (0:00:00.016) 0:00:08.458 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Thursday 04 January 2024 22:23:39 +0000 (0:00:01.906) 0:00:10.365 ****** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_rotate_keys | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Thursday 04 January 2024 22:23:39 +0000 (0:00:00.018) 0:00:10.383 ****** ok: [sut] => { "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": false, "state": "keys-created" } TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Thursday 04 January 2024 22:23:39 +0000 (0:00:00.254) 0:00:10.637 ****** included: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tang-key-management.yml for sut TASK [fedora.linux_system_roles.nbde_server : Make sure nbde_server_keys_dir is set] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tang-key-management.yml:6 Thursday 04 January 2024 22:23:39 +0000 (0:00:00.025) 0:00:10.663 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: You need to specify nbde_server_keys_dir and it must be an absolute path TASK [Check for error with nbde_server_keys_dir not an absolute path] ********** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/tests/tests_nbde_server_keys_dir.yml:75 Thursday 04 January 2024 22:23:39 +0000 (0:00:00.015) 0:00:10.679 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Thursday 04 January 2024 22:23:39 +0000 (0:00:00.012) 0:00:10.691 ****** included: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Thursday 04 January 2024 22:23:39 +0000 (0:00:00.012) 0:00:10.704 ****** skipping: [sut] => { "changed": false, "false_condition": "__nbde_server_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Thursday 04 January 2024 22:23:39 +0000 (0:00:00.026) 0:00:10.730 ****** skipping: [sut] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Thursday 04 January 2024 22:23:39 +0000 (0:00:00.014) 0:00:10.745 ****** skipping: [sut] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Thursday 04 January 2024 22:23:39 +0000 (0:00:00.014) 0:00:10.759 ****** ok: [sut] => { "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": [ "/WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Thursday 04 January 2024 22:23:39 +0000 (0:00:00.022) 0:00:10.781 ****** included: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ******** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Thursday 04 January 2024 22:23:39 +0000 (0:00:00.034) 0:00:10.816 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Thursday 04 January 2024 22:23:41 +0000 (0:00:01.929) 0:00:12.745 ****** skipping: [sut] => { "changed": false, "false_condition": "nbde_server_rotate_keys | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Thursday 04 January 2024 22:23:41 +0000 (0:00:00.015) 0:00:12.761 ****** ok: [sut] => { "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": false, "state": "keys-created" } TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Thursday 04 January 2024 22:23:41 +0000 (0:00:00.240) 0:00:13.001 ****** included: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tang-key-management.yml for sut TASK [fedora.linux_system_roles.nbde_server : Make sure nbde_server_keys_dir is set] *** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tang-key-management.yml:6 Thursday 04 January 2024 22:23:41 +0000 (0:00:00.025) 0:00:13.027 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: You need to specify nbde_server_keys_dir and it must be an absolute path TASK [Check for error with nbde_server_keys_dir not an absolute path] ********** task path: /WORKDIR/git-ansible-lint-test-2.16_fc53gds/tests/tests_nbde_server_keys_dir.yml:93 Thursday 04 January 2024 22:23:41 +0000 (0:00:00.014) 0:00:13.042 ****** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=38 changed=0 unreachable=0 failed=0 skipped=18 rescued=5 ignored=0 Thursday 04 January 2024 22:23:41 +0000 (0:00:00.015) 0:00:13.058 ****** =============================================================================== fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 1.97s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 1.93s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 1.91s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 1.91s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 1.89s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Gathering Facts --------------------------------------------------------- 0.95s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/tests/tests_nbde_server_keys_dir.yml:5 fedora.linux_system_roles.nbde_server : Check if system is ostree ------- 0.30s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.29s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.25s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.25s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.24s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.24s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.04s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks --- 0.03s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role --- 0.03s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree --- 0.03s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.03s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role --- 0.03s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.03s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.03s /WORKDIR/git-ansible-lint-test-2.16_fc53gds/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---