# 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.16g31s32y6/.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.16g31s32y6/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.16g31s32y6/tests/tests_nbde_server_keys_dir.yml:5 Thursday 04 January 2024 22:37:22 +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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Thursday 04 January 2024 22:37:23 +0000 (0:00:00.786) 0:00:00.799 ****** included: /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Thursday 04 January 2024 22:37:23 +0000 (0:00:00.012) 0:00:00.811 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Thursday 04 January 2024 22:37:23 +0000 (0:00:00.018) 0:00:00.829 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Thursday 04 January 2024 22:37:23 +0000 (0:00:00.242) 0:00:01.072 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Thursday 04 January 2024 22:37:23 +0000 (0:00:00.013) 0:00:01.086 ****** 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.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Thursday 04 January 2024 22:37:23 +0000 (0:00:00.016) 0:00:01.103 ****** included: /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Thursday 04 January 2024 22:37:23 +0000 (0:00:00.015) 0:00:01.118 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Thursday 04 January 2024 22:37:24 +0000 (0:00:00.979) 0:00:02.097 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Thursday 04 January 2024 22:37:24 +0000 (0:00:00.017) 0:00:02.114 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Thursday 04 January 2024 22:37:25 +0000 (0:00:00.249) 0:00:02.364 ****** included: /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tang-key-management.yml:6 Thursday 04 January 2024 22:37:25 +0000 (0:00:00.029) 0:00:02.394 ****** 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.16g31s32y6/tests/tests_nbde_server_keys_dir.yml:22 Thursday 04 January 2024 22:37:25 +0000 (0:00:00.014) 0:00:02.409 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Thursday 04 January 2024 22:37:25 +0000 (0:00:00.010) 0:00:02.419 ****** included: /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Thursday 04 January 2024 22:37:25 +0000 (0:00:00.014) 0:00:02.433 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Thursday 04 January 2024 22:37:25 +0000 (0:00:00.020) 0:00:02.453 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Thursday 04 January 2024 22:37:25 +0000 (0:00:00.010) 0:00:02.464 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Thursday 04 January 2024 22:37:25 +0000 (0:00:00.012) 0:00:02.476 ****** 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.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Thursday 04 January 2024 22:37:25 +0000 (0:00:00.015) 0:00:02.492 ****** included: /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Thursday 04 January 2024 22:37:25 +0000 (0:00:00.014) 0:00:02.506 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Thursday 04 January 2024 22:37:25 +0000 (0:00:00.842) 0:00:03.349 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Thursday 04 January 2024 22:37:26 +0000 (0:00:00.015) 0:00:03.365 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Thursday 04 January 2024 22:37:26 +0000 (0:00:00.193) 0:00:03.559 ****** included: /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tang-key-management.yml:6 Thursday 04 January 2024 22:37:26 +0000 (0:00:00.036) 0:00:03.595 ****** 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.16g31s32y6/tests/tests_nbde_server_keys_dir.yml:39 Thursday 04 January 2024 22:37:26 +0000 (0:00:00.013) 0:00:03.609 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Thursday 04 January 2024 22:37:26 +0000 (0:00:00.010) 0:00:03.619 ****** included: /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Thursday 04 January 2024 22:37:26 +0000 (0:00:00.011) 0:00:03.631 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Thursday 04 January 2024 22:37:26 +0000 (0:00:00.018) 0:00:03.649 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Thursday 04 January 2024 22:37:26 +0000 (0:00:00.010) 0:00:03.660 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Thursday 04 January 2024 22:37:26 +0000 (0:00:00.012) 0:00:03.672 ****** 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.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Thursday 04 January 2024 22:37:26 +0000 (0:00:00.025) 0:00:03.697 ****** included: /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Thursday 04 January 2024 22:37:26 +0000 (0:00:00.013) 0:00:03.711 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Thursday 04 January 2024 22:37:27 +0000 (0:00:00.854) 0:00:04.566 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Thursday 04 January 2024 22:37:27 +0000 (0:00:00.015) 0:00:04.581 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Thursday 04 January 2024 22:37:27 +0000 (0:00:00.192) 0:00:04.774 ****** included: /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tang-key-management.yml:6 Thursday 04 January 2024 22:37:27 +0000 (0:00:00.024) 0:00:04.798 ****** 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.16g31s32y6/tests/tests_nbde_server_keys_dir.yml:57 Thursday 04 January 2024 22:37:27 +0000 (0:00:00.013) 0:00:04.812 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Thursday 04 January 2024 22:37:27 +0000 (0:00:00.010) 0:00:04.822 ****** included: /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Thursday 04 January 2024 22:37:27 +0000 (0:00:00.011) 0:00:04.834 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Thursday 04 January 2024 22:37:27 +0000 (0:00:00.017) 0:00:04.852 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Thursday 04 January 2024 22:37:27 +0000 (0:00:00.011) 0:00:04.863 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Thursday 04 January 2024 22:37:27 +0000 (0:00:00.010) 0:00:04.874 ****** 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.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Thursday 04 January 2024 22:37:27 +0000 (0:00:00.015) 0:00:04.889 ****** included: /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Thursday 04 January 2024 22:37:27 +0000 (0:00:00.013) 0:00:04.903 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Thursday 04 January 2024 22:37:28 +0000 (0:00:00.840) 0:00:05.743 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Thursday 04 January 2024 22:37:28 +0000 (0:00:00.018) 0:00:05.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Thursday 04 January 2024 22:37:28 +0000 (0:00:00.193) 0:00:05.955 ****** included: /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tang-key-management.yml:6 Thursday 04 January 2024 22:37:28 +0000 (0:00:00.031) 0:00:05.986 ****** 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.16g31s32y6/tests/tests_nbde_server_keys_dir.yml:75 Thursday 04 January 2024 22:37:28 +0000 (0:00:00.017) 0:00:06.004 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Thursday 04 January 2024 22:37:28 +0000 (0:00:00.015) 0:00:06.020 ****** included: /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Thursday 04 January 2024 22:37:28 +0000 (0:00:00.012) 0:00:06.032 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Thursday 04 January 2024 22:37:28 +0000 (0:00:00.027) 0:00:06.060 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Thursday 04 January 2024 22:37:28 +0000 (0:00:00.011) 0:00:06.071 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Thursday 04 January 2024 22:37:28 +0000 (0:00:00.010) 0:00:06.082 ****** 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.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Thursday 04 January 2024 22:37:28 +0000 (0:00:00.015) 0:00:06.098 ****** included: /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Thursday 04 January 2024 22:37:28 +0000 (0:00:00.014) 0:00:06.112 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Thursday 04 January 2024 22:37:29 +0000 (0:00:00.862) 0:00:06.974 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Thursday 04 January 2024 22:37:29 +0000 (0:00:00.015) 0:00:06.990 ****** 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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Thursday 04 January 2024 22:37:29 +0000 (0:00:00.193) 0:00:07.184 ****** included: /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tang-key-management.yml:6 Thursday 04 January 2024 22:37:29 +0000 (0:00:00.024) 0:00:07.208 ****** 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.16g31s32y6/tests/tests_nbde_server_keys_dir.yml:93 Thursday 04 January 2024 22:37:29 +0000 (0:00:00.013) 0:00:07.221 ****** 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:37:29 +0000 (0:00:00.013) 0:00:07.235 ****** =============================================================================== fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 0.98s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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 -------- 0.86s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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 -------- 0.85s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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 -------- 0.84s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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 -------- 0.84s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Gathering Facts --------------------------------------------------------- 0.79s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/tests/tests_nbde_server_keys_dir.yml:5 fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.25s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 fedora.linux_system_roles.nbde_server : Check if system is ostree ------- 0.24s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.19s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.19s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.19s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.19s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.16g31s32y6/.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.16g31s32y6/.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.16g31s32y6/.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.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 fedora.linux_system_roles.nbde_server : Set platform/version specific variables --- 0.03s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.02s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.02s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.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.02s /WORKDIR/git-ansible-lint-test-2.16g31s32y6/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---