# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] 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: tests_no_skip_defaults.yml ******************************************* 1 plays in /WORKDIR/git-weekly-ci1hrgzppp/tests/tests_no_skip_defaults.yml PLAY [Test we can write global config with default configuration] ************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/tests_no_skip_defaults.yml:2 Saturday 27 April 2024 21:26:20 +0000 (0:00:00.011) 0:00:00.011 ******** ok: [sut] META: ran handlers TASK [Backup configuration files] ********************************************** task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/tests_no_skip_defaults.yml:20 Saturday 27 April 2024 21:26:20 +0000 (0:00:00.730) 0:00:00.742 ******** included: /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/backup.yml for sut TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/backup.yml:2 Saturday 27 April 2024 21:26:20 +0000 (0:00:00.011) 0:00:00.753 ******** included: /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/setup.yml for sut TASK [Ensure facts used by test] *********************************************** task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/setup.yml:2 Saturday 27 April 2024 21:26:20 +0000 (0:00:00.012) 0:00:00.766 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/setup.yml:10 Saturday 27 April 2024 21:26:20 +0000 (0:00:00.018) 0:00:00.785 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/setup.yml:15 Saturday 27 April 2024 21:26:21 +0000 (0:00:00.276) 0:00:01.062 ******** ok: [sut] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Make sure openssh is installed before creating backup] ******************* task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/setup.yml:19 Saturday 27 April 2024 21:26:21 +0000 (0:00:00.020) 0:00:01.082 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: openssh-clients TASK [Define common variables] ************************************************* task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/setup.yml:32 Saturday 27 April 2024 21:26:24 +0000 (0:00:02.906) 0:00:03.988 ******** ok: [sut] => { "ansible_facts": { "main_ssh_config": "/etc/ssh/ssh_config", "main_ssh_config_name": "ssh_config", "main_ssh_config_path": "/etc/ssh/" }, "changed": false } TASK [Define specific variables] *********************************************** task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/setup.yml:38 Saturday 27 April 2024 21:26:24 +0000 (0:00:00.008) 0:00:03.997 ******** ok: [sut] => { "ansible_facts": { "main_ssh_config": "/etc/ssh/ssh_config.d/00-ansible.conf", "main_ssh_config_name": "00-ansible.conf", "main_ssh_config_path": "/etc/ssh/ssh_config.d/" }, "changed": false } TASK [Create a temporary directory for backup files] *************************** task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/backup.yml:5 Saturday 27 April 2024 21:26:24 +0000 (0:00:00.019) 0:00:04.016 ******** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.eevgtxkq", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/backup.yml:13 Saturday 27 April 2024 21:26:24 +0000 (0:00:00.270) 0:00:04.287 ******** ok: [sut] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /etc/ssh/ssh_config.d/00-ansible.conf; then\n mkdir -p /tmp/ansible.eevgtxkq/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp -a /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.eevgtxkq/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.009324", "end": "2024-04-27 21:26:24.752393", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2024-04-27 21:26:24.743069" } ok: [sut] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /etc/ssh/ssh_config; then\n mkdir -p /tmp/ansible.eevgtxkq/$(dirname /etc/ssh/ssh_config);\n cp -a /etc/ssh/ssh_config /tmp/ansible.eevgtxkq/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.009001", "end": "2024-04-27 21:26:24.964486", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2024-04-27 21:26:24.955485" } TASK [Run role] **************************************************************** task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/tests_no_skip_defaults.yml:23 Saturday 27 April 2024 21:26:24 +0000 (0:00:00.503) 0:00:04.790 ******** TASK [linux-system-roles.ssh : Set platform/version specific variables] ******** task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/main.yml:2 Saturday 27 April 2024 21:26:25 +0000 (0:00:00.015) 0:00:04.806 ******** included: /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml for sut TASK [linux-system-roles.ssh : Ensure ansible_facts used by role] ************** task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:2 Saturday 27 April 2024 21:26:25 +0000 (0:00:00.011) 0:00:04.817 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Check if system is ostree] ********************** task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:11 Saturday 27 April 2024 21:26:25 +0000 (0:00:00.018) 0:00:04.835 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Set flag to indicate system is ostree] ********** task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:16 Saturday 27 April 2024 21:26:25 +0000 (0:00:00.017) 0:00:04.852 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Set platform/version specific variables] ******** task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:20 Saturday 27 April 2024 21:26:25 +0000 (0:00:00.017) 0:00:04.870 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__ssh_defaults": { "Include": "/etc/ssh/ssh_config.d/*.conf" }, "__ssh_drop_in_name": "00-ansible", "__ssh_supports_drop_in": true }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__ssh_defaults": { "Include": "/etc/ssh/ssh_config.d/*.conf" }, "__ssh_drop_in_name": "00-ansible", "__ssh_supports_drop_in": true }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.ssh : Ensure required packages are installed] ********* task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/main.yml:5 Saturday 27 April 2024 21:26:25 +0000 (0:00:00.032) 0:00:04.902 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: openssh openssh-clients TASK [linux-system-roles.ssh : Gather information about the user for user configuration] *** task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/main.yml:12 Saturday 27 April 2024 21:26:27 +0000 (0:00:02.850) 0:00:07.753 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions] *** task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/main.yml:19 Saturday 27 April 2024 21:26:27 +0000 (0:00:00.017) 0:00:07.770 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Generate the configuration file] **************** task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/main.yml:30 Saturday 27 April 2024 21:26:27 +0000 (0:00:00.017) 0:00:07.788 ******** changed: [sut] => { "changed": true, "checksum": "dc311118c0c56a0c62b6601e3447f080b434f011", "dest": "/tmp/ssh_config_with_defaults", "gid": 0, "group": "root", "md5sum": "d0eeeb2af09f6180d93454483079fc48", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 109, "src": "/root/.ansible/tmp/ansible-tmp-1714253188.0370731-3566-10642273733705/source", "state": "file", "uid": 0 } TASK [Download the new configuration file] ************************************* task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/tests_no_skip_defaults.yml:32 Saturday 27 April 2024 21:26:28 +0000 (0:00:00.744) 0:00:08.533 ******** ok: [sut] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6c3NoCgpJbmNsdWRlIC9ldGMvc3NoL3NzaF9jb25maWcuZC8qLmNvbmYKTG9jYWxGb3J3YXJkIDIyMjIgbG9jYWxob3N0OjIyCg==", "encoding": "base64", "source": "/tmp/ssh_config_with_defaults" } TASK [Check if the selected options are in] ************************************ task path: /WORKDIR/git-weekly-ci1hrgzppp/tests/tests_no_skip_defaults.yml:37 Saturday 27 April 2024 21:26:28 +0000 (0:00:00.266) 0:00:08.800 ******** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=16 changed=1 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 Saturday 27 April 2024 21:26:29 +0000 (0:00:00.020) 0:00:08.820 ******** =============================================================================== Make sure openssh is installed before creating backup ------------------- 2.91s /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/setup.yml:19 ----------------------- linux-system-roles.ssh : Ensure required packages are installed --------- 2.85s /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/main.yml:5 linux-system-roles.ssh : Generate the configuration file ---------------- 0.74s /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/main.yml:30 Gathering Facts --------------------------------------------------------- 0.73s /WORKDIR/git-weekly-ci1hrgzppp/tests/tests_no_skip_defaults.yml:2 ------------- Backup files ------------------------------------------------------------ 0.50s /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/backup.yml:13 ---------------------- Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/setup.yml:10 ----------------------- Create a temporary directory for backup files --------------------------- 0.27s /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/backup.yml:5 ----------------------- Download the new configuration file ------------------------------------- 0.27s /WORKDIR/git-weekly-ci1hrgzppp/tests/tests_no_skip_defaults.yml:32 ------------ linux-system-roles.ssh : Set platform/version specific variables -------- 0.03s /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:20 Set flag to indicate system is ostree ----------------------------------- 0.02s /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/setup.yml:15 ----------------------- Check if the selected options are in ------------------------------------ 0.02s /WORKDIR/git-weekly-ci1hrgzppp/tests/tests_no_skip_defaults.yml:37 ------------ Define specific variables ----------------------------------------------- 0.02s /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/setup.yml:38 ----------------------- Ensure facts used by test ----------------------------------------------- 0.02s /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/setup.yml:2 ------------------------ linux-system-roles.ssh : Ensure ansible_facts used by role -------------- 0.02s /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:2 linux-system-roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions --- 0.02s /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/main.yml:19 linux-system-roles.ssh : Gather information about the user for user configuration --- 0.02s /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/main.yml:12 linux-system-roles.ssh : Set flag to indicate system is ostree ---------- 0.02s /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:16 linux-system-roles.ssh : Check if system is ostree ---------------------- 0.02s /WORKDIR/git-weekly-ci1hrgzppp/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:11 Run role ---------------------------------------------------------------- 0.02s /WORKDIR/git-weekly-ci1hrgzppp/tests/tests_no_skip_defaults.yml:23 ------------ Setup ------------------------------------------------------------------- 0.01s /WORKDIR/git-weekly-ci1hrgzppp/tests/tasks/backup.yml:2 ----------------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---