ansible-playbook [core 2.17.5]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-7iZ
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.6 (main, Sep  9 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
statically imported: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml
statically imported: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml
statically imported: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
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_environments.yml ***********************************************
1 plays in /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml

PLAY [Basic repository enablement/disablement test] ****************************

TASK [Get LSR_RHC_TEST_DATA environment variable] ******************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3
Tuesday 22 October 2024  02:09:13 -0400 (0:00:00.012)       0:00:00.012 ******* 
ok: [managed-node1] => {
    "ansible_facts": {
        "lsr_rhc_test_data_file": ""
    },
    "changed": false
}

TASK [Import test data] ********************************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12
Tuesday 22 October 2024  02:09:13 -0400 (0:00:00.019)       0:00:00.031 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "lsr_rhc_test_data_file | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Get facts for external test data] ****************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16
Tuesday 22 October 2024  02:09:13 -0400 (0:00:00.050)       0:00:00.082 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "lsr_rhc_test_data_file | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Set local lsr_rhc_test_data] *********************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24
Tuesday 22 October 2024  02:09:14 -0400 (0:00:00.051)       0:00:00.133 ******* 
ok: [managed-node1] => {
    "ansible_facts": {
        "lsr_rhc_test_data": {
            "baseurl": "http://localhost:8080",
            "candlepin_host": "candlepin.local",
            "candlepin_insecure": false,
            "candlepin_port": 8443,
            "candlepin_prefix": "/candlepin",
            "env_nonworking": "Ceci n'est pas une environment",
            "envs_register": [
                "Environment 2"
            ],
            "insights": false,
            "proxy_auth_hostname": "localhost",
            "proxy_auth_password": "proxypass",
            "proxy_auth_port": 3130,
            "proxy_auth_scheme": "https",
            "proxy_auth_username": "proxyuser",
            "proxy_noauth_hostname": "localhost",
            "proxy_noauth_port": 3128,
            "proxy_noauth_scheme": "https",
            "proxy_nonworking_hostname": "wrongproxy",
            "proxy_nonworking_password": "wrong-proxypassword",
            "proxy_nonworking_port": 4000,
            "proxy_nonworking_username": "wrong-proxyuser",
            "reg_activation_keys": [
                "default_key"
            ],
            "reg_invalid_password": "invalid-password",
            "reg_invalid_username": "invalid-user",
            "reg_organization": "donaldduck",
            "reg_password": "password",
            "reg_username": "doc",
            "release": null,
            "repositories": [
                {
                    "name": "donaldy-content-label-7051",
                    "state": "enabled"
                },
                {
                    "name": "content-label-32060",
                    "state": "disabled"
                }
            ]
        }
    },
    "ansible_included_var_files": [
        "/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml"
    ],
    "changed": false
}

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32
Tuesday 22 October 2024  02:09:14 -0400 (0:00:00.071)       0:00:00.205 ******* 
[WARNING]: Platform linux on host managed-node1 is using the discovered Python
interpreter at /usr/bin/python3.9, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed-node1] => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/bin/python3.9"
    },
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37
Tuesday 22 October 2024  02:09:14 -0400 (0:00:00.555)       0:00:00.761 ******* 
ok: [managed-node1] => {
    "ansible_facts": {
        "__rhc_is_ostree": false
    },
    "changed": false
}

TASK [Get facts for external test data] ****************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9
Tuesday 22 October 2024  02:09:14 -0400 (0:00:00.028)       0:00:00.789 ******* 
ok: [managed-node1]

TASK [Set helper fact for Candlepin base URL] **********************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:17
Tuesday 22 October 2024  02:09:15 -0400 (0:00:00.731)       0:00:01.521 ******* 
ok: [managed-node1] => {
    "ansible_facts": {
        "_cp_url": "https://candlepin.local:8443/candlepin"
    },
    "changed": false
}

TASK [Set helper fact for Candlepin owner URL] *********************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:21
Tuesday 22 October 2024  02:09:15 -0400 (0:00:00.036)       0:00:01.558 ******* 
ok: [managed-node1] => {
    "ansible_facts": {
        "_cp_url_owner": "https://candlepin.local:8443/candlepin/owners/donaldduck"
    },
    "changed": false
}

TASK [Add candlepin hostname to /etc/hosts] ************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:25
Tuesday 22 October 2024  02:09:15 -0400 (0:00:00.037)       0:00:01.595 ******* 
ok: [managed-node1] => {
    "backup": "",
    "changed": false
}

TASK [Install needed packages] *************************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31
Tuesday 22 October 2024  02:09:15 -0400 (0:00:00.494)       0:00:02.090 ******* 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Stop and remove Candlepin container] *************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:38
Tuesday 22 October 2024  02:09:17 -0400 (0:00:01.912)       0:00:04.002 ******* 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "podman",
        "stop",
        "candlepin"
    ],
    "delta": "0:00:00.694450",
    "end": "2024-10-22 02:09:18.993920",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-10-22 02:09:18.299470"
}

STDOUT:

candlepin

TASK [Start Candlepin container] ***********************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:50
Tuesday 22 October 2024  02:09:19 -0400 (0:00:01.145)       0:00:05.147 ******* 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "podman",
        "run",
        "--rm",
        "--detach",
        "--hostname",
        "candlepin.local",
        "--name",
        "candlepin",
        "--publish",
        "8443:8443",
        "--publish",
        "8080:8080",
        "ghcr.io/ptoscano/candlepin-unofficial"
    ],
    "delta": "0:00:00.247753",
    "end": "2024-10-22 02:09:19.617902",
    "rc": 0,
    "start": "2024-10-22 02:09:19.370149"
}

STDOUT:

69225bc4c8a4e3bc9b34344e139a35407fc7ad5f07ad50875dc23ddbef9e984a

TASK [Ensure directories exist] ************************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:71
Tuesday 22 October 2024  02:09:19 -0400 (0:00:00.633)       0:00:05.781 ******* 
ok: [managed-node1] => (item=/etc/pki/product) => {
    "ansible_loop_var": "item",
    "changed": false,
    "gid": 0,
    "group": "root",
    "item": "/etc/pki/product",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/pki/product",
    "secontext": "unconfined_u:object_r:cert_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}
ok: [managed-node1] => (item=/etc/pki/product-default) => {
    "ansible_loop_var": "item",
    "changed": false,
    "gid": 0,
    "group": "root",
    "item": "/etc/pki/product-default",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/pki/product-default",
    "secontext": "unconfined_u:object_r:cert_t:s0",
    "size": 22,
    "state": "directory",
    "uid": 0
}
ok: [managed-node1] => (item=/etc/rhsm/ca) => {
    "ansible_loop_var": "item",
    "changed": false,
    "gid": 0,
    "group": "root",
    "item": "/etc/rhsm/ca",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/rhsm/ca",
    "secontext": "system_u:object_r:rhsmcertd_config_t:s0",
    "size": 92,
    "state": "directory",
    "uid": 0
}

TASK [Copy product certificates] ***********************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:81
Tuesday 22 October 2024  02:09:21 -0400 (0:00:01.700)       0:00:07.481 ******* 
ok: [managed-node1] => (item=7050) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "podman",
        "cp",
        "candlepin:/home/candlepin/devel/candlepin/generated_certs/7050.pem",
        "/etc/pki/product-default/"
    ],
    "delta": "0:00:00.377056",
    "end": "2024-10-22 02:09:22.285815",
    "item": "7050",
    "rc": 0,
    "start": "2024-10-22 02:09:21.908759"
}

TASK [Copy Candlepin CA certificate for subscription-manager] ******************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:92
Tuesday 22 October 2024  02:09:22 -0400 (0:00:00.990)       0:00:08.472 ******* 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "podman",
        "cp",
        "candlepin:/etc/candlepin/certs/candlepin-ca.crt",
        "/etc/rhsm/ca/candlepin-ca.pem"
    ],
    "delta": "0:00:00.365221",
    "end": "2024-10-22 02:09:23.337190",
    "rc": 0,
    "start": "2024-10-22 02:09:22.971969"
}

TASK [Copy Candlepin CA certificate for system] ********************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:101
Tuesday 22 October 2024  02:09:23 -0400 (0:00:01.038)       0:00:09.510 ******* 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "podman",
        "cp",
        "candlepin:/etc/candlepin/certs/candlepin-ca.crt",
        "/etc/pki/ca-trust/source/anchors/candlepin-ca.pem"
    ],
    "delta": "0:00:00.386321",
    "end": "2024-10-22 02:09:24.304281",
    "rc": 0,
    "start": "2024-10-22 02:09:23.917960"
}

TASK [Update system certificates store] ****************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:110
Tuesday 22 October 2024  02:09:24 -0400 (0:00:00.970)       0:00:10.481 ******* 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "update-ca-trust",
        "extract"
    ],
    "delta": "0:00:01.668472",
    "end": "2024-10-22 02:09:26.606771",
    "rc": 0,
    "start": "2024-10-22 02:09:24.938299"
}

TASK [Wait for started Candlepin] **********************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:117
Tuesday 22 October 2024  02:09:26 -0400 (0:00:02.294)       0:00:12.776 ******* 
ok: [managed-node1] => {
    "attempts": 1,
    "changed": false,
    "connection": "close",
    "content_type": "application/json",
    "cookies": {},
    "cookies_string": "",
    "date": "Tue, 22 Oct 2024 06:09:45 GMT",
    "elapsed": 18,
    "redirected": true,
    "status": 200,
    "transfer_encoding": "chunked",
    "url": "https://candlepin.local:8443/candlepin/",
    "vary": "accept-encoding",
    "x_candlepin_request_uuid": "c754861c-fc41-4012-b8e8-6b6ec480b573",
    "x_version": "4.4.17-1"
}

MSG:

OK (unknown bytes)

TASK [Install GPG key for RPM repositories] ************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:127
Tuesday 22 October 2024  02:09:46 -0400 (0:00:19.639)       0:00:32.416 ******* 
ok: [managed-node1] => {
    "changed": false,
    "dest": "/etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin",
    "elapsed": 0,
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:cert_t:s0",
    "size": 1660,
    "state": "file",
    "status_code": 304,
    "uid": 0,
    "url": "http://candlepin.local:8080/RPM-GPG-KEY-candlepin"
}

MSG:

HTTP Error 304: 

TASK [Query for default_key activation key] ************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:133
Tuesday 22 October 2024  02:09:46 -0400 (0:00:00.559)       0:00:32.975 ******* 
ok: [managed-node1] => {
    "changed": false,
    "connection": "close",
    "content_type": "application/json",
    "cookies": {},
    "cookies_string": "",
    "date": "Tue, 22 Oct 2024 06:09:46 GMT",
    "elapsed": 0,
    "json": [
        {
            "addOns": [],
            "autoAttach": null,
            "contentOverrides": [],
            "created": "2024-09-24T08:41:19+0000",
            "description": null,
            "id": "8a8082e4922330440192233131660984",
            "name": "default_key",
            "owner": {
                "contentAccessMode": "org_environment",
                "displayName": "Donald Duck",
                "href": "/owners/donaldduck",
                "id": "8a8082e4922330440192233058460004",
                "key": "donaldduck"
            },
            "pools": [],
            "products": [],
            "releaseVer": {
                "releaseVer": null
            },
            "role": null,
            "serviceLevel": null,
            "updated": "2024-09-24T08:41:19+0000",
            "usage": null
        }
    ],
    "redirected": false,
    "status": 200,
    "transfer_encoding": "chunked",
    "url": "https://candlepin.local:8443/candlepin/owners/donaldduck/activation_keys?name=default_key",
    "vary": "accept-encoding",
    "x_candlepin_request_uuid": "c151735f-6620-4eea-9053-5fb7f85b4e5e",
    "x_version": "4.4.17-1"
}

MSG:

OK (unknown bytes)

TASK [Get pools for product 7050] **********************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:141
Tuesday 22 October 2024  02:09:47 -0400 (0:00:00.922)       0:00:33.898 ******* 
ok: [managed-node1] => {
    "changed": false,
    "connection": "close",
    "content_type": "application/json",
    "cookies": {},
    "cookies_string": "",
    "date": "Tue, 22 Oct 2024 06:09:48 GMT",
    "elapsed": 0,
    "json": [
        {
            "accountNumber": "8472161191",
            "activeSubscription": true,
            "attributes": [],
            "branding": [
                {
                    "created": "2024-09-24T08:40:31+0000",
                    "name": "Branded Donaldy OS Instance Based one socket",
                    "productId": "32060",
                    "type": "OS",
                    "updated": "2024-09-24T08:40:31+0000"
                }
            ],
            "calculatedAttributes": {
                "compliance_type": "Instance Based"
            },
            "consumed": 0,
            "contractNumber": "0",
            "created": "2024-09-24T08:40:31+0000",
            "derivedProductAttributes": [],
            "derivedProductId": null,
            "derivedProductName": null,
            "derivedProvidedProducts": [],
            "endDate": "2025-09-19T08:40:26+0000",
            "exported": 0,
            "href": "/pools/8a8082e49223304401922330767d056d",
            "id": "8a8082e49223304401922330767d056d",
            "managed": true,
            "orderNumber": "order-75736804",
            "owner": {
                "contentAccessMode": "org_environment",
                "displayName": "Donald Duck",
                "href": "/owners/donaldduck",
                "id": "8a8082e4922330440192233058460004",
                "key": "donaldduck"
            },
            "productAttributes": [
                {
                    "name": "host_limited",
                    "value": "true"
                },
                {
                    "name": "instance_multiplier",
                    "value": "2"
                },
                {
                    "name": "multi-entitlement",
                    "value": "yes"
                },
                {
                    "name": "virt_limit",
                    "value": "1"
                },
                {
                    "name": "variant",
                    "value": "ALL"
                },
                {
                    "name": "stacking_id",
                    "value": "15"
                },
                {
                    "name": "support_level",
                    "value": "Standard"
                },
                {
                    "name": "sockets",
                    "value": "1"
                },
                {
                    "name": "support_type",
                    "value": "L1-L3"
                },
                {
                    "name": "arch",
                    "value": "ALL"
                },
                {
                    "name": "type",
                    "value": "MKT"
                },
                {
                    "name": "version",
                    "value": "1.0"
                }
            ],
            "productId": "donaldyos-onesocketib",
            "productName": "Donaldy OS Instance Based one socket",
            "providedProducts": [
                {
                    "productId": "7051",
                    "productName": "Donaldy OS Developer Bits"
                },
                {
                    "productId": "7050",
                    "productName": "Donaldy OS Premium Architecture Bits"
                },
                {
                    "productId": "32060",
                    "productName": "Awesome OS Instance Server Bits"
                }
            ],
            "quantity": 100,
            "restrictedToUsername": null,
            "sourceEntitlement": null,
            "sourceStackId": null,
            "stackId": "15",
            "stacked": true,
            "startDate": "2024-09-19T08:40:26+0000",
            "subscriptionId": "upstream-29160032",
            "subscriptionSubKey": "master",
            "type": "NORMAL",
            "updated": "2024-09-24T08:40:31+0000",
            "upstreamConsumerId": null,
            "upstreamEntitlementId": null,
            "upstreamPoolId": null
        },
        {
            "accountNumber": "8472161191",
            "activeSubscription": true,
            "attributes": [
                {
                    "name": "unmapped_guests_only",
                    "value": "true"
                },
                {
                    "name": "pool_derived",
                    "value": "true"
                },
                {
                    "name": "physical_only",
                    "value": "false"
                },
                {
                    "name": "virt_limit",
                    "value": "0"
                },
                {
                    "name": "requires_consumer_type",
                    "value": "system"
                },
                {
                    "name": "virt_only",
                    "value": "true"
                }
            ],
            "branding": [
                {
                    "created": "2024-09-24T08:40:31+0000",
                    "name": "Branded Donaldy OS Instance Based one socket",
                    "productId": "32060",
                    "type": "OS",
                    "updated": "2024-09-24T08:40:31+0000"
                }
            ],
            "calculatedAttributes": {
                "compliance_type": "Instance Based (Temporary)"
            },
            "consumed": 0,
            "contractNumber": "0",
            "created": "2024-09-24T08:40:31+0000",
            "derivedProductAttributes": [],
            "derivedProductId": null,
            "derivedProductName": null,
            "derivedProvidedProducts": [],
            "endDate": "2025-09-19T08:40:26+0000",
            "exported": 0,
            "href": "/pools/8a8082e49223304401922330767d056f",
            "id": "8a8082e49223304401922330767d056f",
            "managed": true,
            "orderNumber": "order-75736804",
            "owner": {
                "contentAccessMode": "org_environment",
                "displayName": "Donald Duck",
                "href": "/owners/donaldduck",
                "id": "8a8082e4922330440192233058460004",
                "key": "donaldduck"
            },
            "productAttributes": [
                {
                    "name": "host_limited",
                    "value": "true"
                },
                {
                    "name": "instance_multiplier",
                    "value": "2"
                },
                {
                    "name": "multi-entitlement",
                    "value": "yes"
                },
                {
                    "name": "virt_limit",
                    "value": "1"
                },
                {
                    "name": "variant",
                    "value": "ALL"
                },
                {
                    "name": "stacking_id",
                    "value": "15"
                },
                {
                    "name": "support_level",
                    "value": "Standard"
                },
                {
                    "name": "sockets",
                    "value": "1"
                },
                {
                    "name": "support_type",
                    "value": "L1-L3"
                },
                {
                    "name": "arch",
                    "value": "ALL"
                },
                {
                    "name": "type",
                    "value": "MKT"
                },
                {
                    "name": "version",
                    "value": "1.0"
                }
            ],
            "productId": "donaldyos-onesocketib",
            "productName": "Donaldy OS Instance Based one socket",
            "providedProducts": [
                {
                    "productId": "7051",
                    "productName": "Donaldy OS Developer Bits"
                },
                {
                    "productId": "7050",
                    "productName": "Donaldy OS Premium Architecture Bits"
                },
                {
                    "productId": "32060",
                    "productName": "Awesome OS Instance Server Bits"
                }
            ],
            "quantity": 100,
            "restrictedToUsername": null,
            "sourceEntitlement": null,
            "sourceStackId": null,
            "stackId": "15",
            "stacked": true,
            "startDate": "2024-09-19T08:40:26+0000",
            "subscriptionId": "upstream-29160032",
            "subscriptionSubKey": "derived",
            "type": "UNMAPPED_GUEST",
            "updated": "2024-09-24T08:40:31+0000",
            "upstreamConsumerId": null,
            "upstreamEntitlementId": null,
            "upstreamPoolId": null
        },
        {
            "accountNumber": "8472161191",
            "activeSubscription": true,
            "attributes": [],
            "branding": [
                {
                    "created": "2024-09-24T08:40:31+0000",
                    "name": "Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)",
                    "productId": "37065",
                    "type": "OS",
                    "updated": "2024-09-24T08:40:31+0000"
                }
            ],
            "calculatedAttributes": {
                "compliance_type": "Standard"
            },
            "consumed": 0,
            "contractNumber": "0",
            "created": "2024-09-24T08:40:31+0000",
            "derivedProductAttributes": [],
            "derivedProductId": null,
            "derivedProductName": null,
            "derivedProvidedProducts": [],
            "endDate": "2025-09-19T08:40:26+0000",
            "exported": 0,
            "href": "/pools/8a8082e49223304401922330767f0579",
            "id": "8a8082e49223304401922330767f0579",
            "managed": true,
            "orderNumber": "order-75736804",
            "owner": {
                "contentAccessMode": "org_environment",
                "displayName": "Donald Duck",
                "href": "/owners/donaldduck",
                "id": "8a8082e4922330440192233058460004",
                "key": "donaldduck"
            },
            "productAttributes": [
                {
                    "name": "management_enabled",
                    "value": "1"
                },
                {
                    "name": "vcpu",
                    "value": "4"
                },
                {
                    "name": "warning_period",
                    "value": "30"
                },
                {
                    "name": "variant",
                    "value": "ALL"
                },
                {
                    "name": "sockets",
                    "value": "2"
                },
                {
                    "name": "support_level",
                    "value": "Standard"
                },
                {
                    "name": "support_type",
                    "value": "L1-L3"
                },
                {
                    "name": "arch",
                    "value": "ALL"
                },
                {
                    "name": "type",
                    "value": "MKT"
                },
                {
                    "name": "version",
                    "value": "6.1"
                }
            ],
            "productId": "donaldyos-server-2-socket-std",
            "productName": "Donaldy OS Server Bundled (2 Sockets, Standard Support)",
            "providedProducts": [
                {
                    "productId": "37065",
                    "productName": "Clustering Bits (no content)"
                },
                {
                    "productId": "37067",
                    "productName": "Shared Storage Bits (no content)"
                },
                {
                    "productId": "7051",
                    "productName": "Donaldy OS Developer Bits"
                },
                {
                    "productId": "7050",
                    "productName": "Donaldy OS Premium Architecture Bits"
                },
                {
                    "productId": "37060",
                    "productName": "Awesome OS Server Bits"
                },
                {
                    "productId": "37068",
                    "productName": "Large File Support Bits (no content)"
                },
                {
                    "productId": "37070",
                    "productName": "Load Balancing Bits (no content)"
                },
                {
                    "productId": "37069",
                    "productName": "Management Bits (no content)"
                }
            ],
            "quantity": 50,
            "restrictedToUsername": null,
            "sourceEntitlement": null,
            "sourceStackId": null,
            "stackId": null,
            "stacked": false,
            "startDate": "2024-09-19T08:40:26+0000",
            "subscriptionId": "upstream-51600517",
            "subscriptionSubKey": "master",
            "type": "NORMAL",
            "updated": "2024-09-24T08:40:31+0000",
            "upstreamConsumerId": null,
            "upstreamEntitlementId": null,
            "upstreamPoolId": null
        },
        {
            "accountNumber": "8472161191",
            "activeSubscription": true,
            "attributes": [],
            "branding": [
                {
                    "created": "2024-09-24T08:40:31+0000",
                    "name": "Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)",
                    "productId": "37065",
                    "type": "OS",
                    "updated": "2024-09-24T08:40:31+0000"
                }
            ],
            "calculatedAttributes": {
                "compliance_type": "Standard"
            },
            "consumed": 0,
            "contractNumber": "0",
            "created": "2024-09-24T08:40:31+0000",
            "derivedProductAttributes": [],
            "derivedProductId": null,
            "derivedProductName": null,
            "derivedProvidedProducts": [],
            "endDate": "2025-09-19T08:40:26+0000",
            "exported": 0,
            "href": "/pools/8a8082e492233044019223307682058d",
            "id": "8a8082e492233044019223307682058d",
            "managed": true,
            "orderNumber": "order-75736804",
            "owner": {
                "contentAccessMode": "org_environment",
                "displayName": "Donald Duck",
                "href": "/owners/donaldduck",
                "id": "8a8082e4922330440192233058460004",
                "key": "donaldduck"
            },
            "productAttributes": [
                {
                    "name": "management_enabled",
                    "value": "1"
                },
                {
                    "name": "vcpu",
                    "value": "4"
                },
                {
                    "name": "warning_period",
                    "value": "30"
                },
                {
                    "name": "variant",
                    "value": "ALL"
                },
                {
                    "name": "sockets",
                    "value": "2"
                },
                {
                    "name": "support_level",
                    "value": "Standard"
                },
                {
                    "name": "support_type",
                    "value": "L1-L3"
                },
                {
                    "name": "arch",
                    "value": "ALL"
                },
                {
                    "name": "type",
                    "value": "MKT"
                },
                {
                    "name": "version",
                    "value": "6.1"
                }
            ],
            "productId": "donaldyos-server-2-socket-std",
            "productName": "Donaldy OS Server Bundled (2 Sockets, Standard Support)",
            "providedProducts": [
                {
                    "productId": "37065",
                    "productName": "Clustering Bits (no content)"
                },
                {
                    "productId": "37067",
                    "productName": "Shared Storage Bits (no content)"
                },
                {
                    "productId": "7051",
                    "productName": "Donaldy OS Developer Bits"
                },
                {
                    "productId": "7050",
                    "productName": "Donaldy OS Premium Architecture Bits"
                },
                {
                    "productId": "37060",
                    "productName": "Awesome OS Server Bits"
                },
                {
                    "productId": "37068",
                    "productName": "Large File Support Bits (no content)"
                },
                {
                    "productId": "37070",
                    "productName": "Load Balancing Bits (no content)"
                },
                {
                    "productId": "37069",
                    "productName": "Management Bits (no content)"
                }
            ],
            "quantity": 5,
            "restrictedToUsername": null,
            "sourceEntitlement": null,
            "sourceStackId": null,
            "stackId": null,
            "stacked": false,
            "startDate": "2024-09-19T08:40:26+0000",
            "subscriptionId": "upstream-34408863",
            "subscriptionSubKey": "master",
            "type": "NORMAL",
            "updated": "2024-09-24T08:40:31+0000",
            "upstreamConsumerId": null,
            "upstreamEntitlementId": null,
            "upstreamPoolId": null
        },
        {
            "accountNumber": "8472161191",
            "activeSubscription": true,
            "attributes": [],
            "branding": [
                {
                    "created": "2024-09-24T08:40:31+0000",
                    "name": "Branded Donaldy OS Instance Based one socket",
                    "productId": "32060",
                    "type": "OS",
                    "updated": "2024-09-24T08:40:31+0000"
                }
            ],
            "calculatedAttributes": {
                "compliance_type": "Instance Based"
            },
            "consumed": 0,
            "contractNumber": "0",
            "created": "2024-09-24T08:40:31+0000",
            "derivedProductAttributes": [],
            "derivedProductId": null,
            "derivedProductName": null,
            "derivedProvidedProducts": [],
            "endDate": "2025-09-19T08:40:26+0000",
            "exported": 0,
            "href": "/pools/8a8082e49223304401922330769c0641",
            "id": "8a8082e49223304401922330769c0641",
            "managed": true,
            "orderNumber": "order-75736804",
            "owner": {
                "contentAccessMode": "org_environment",
                "displayName": "Donald Duck",
                "href": "/owners/donaldduck",
                "id": "8a8082e4922330440192233058460004",
                "key": "donaldduck"
            },
            "productAttributes": [
                {
                    "name": "host_limited",
                    "value": "true"
                },
                {
                    "name": "instance_multiplier",
                    "value": "2"
                },
                {
                    "name": "multi-entitlement",
                    "value": "yes"
                },
                {
                    "name": "virt_limit",
                    "value": "1"
                },
                {
                    "name": "variant",
                    "value": "ALL"
                },
                {
                    "name": "stacking_id",
                    "value": "15"
                },
                {
                    "name": "support_level",
                    "value": "Standard"
                },
                {
                    "name": "sockets",
                    "value": "1"
                },
                {
                    "name": "support_type",
                    "value": "L1-L3"
                },
                {
                    "name": "arch",
                    "value": "ALL"
                },
                {
                    "name": "type",
                    "value": "MKT"
                },
                {
                    "name": "version",
                    "value": "1.0"
                }
            ],
            "productId": "donaldyos-onesocketib",
            "productName": "Donaldy OS Instance Based one socket",
            "providedProducts": [
                {
                    "productId": "7051",
                    "productName": "Donaldy OS Developer Bits"
                },
                {
                    "productId": "7050",
                    "productName": "Donaldy OS Premium Architecture Bits"
                },
                {
                    "productId": "32060",
                    "productName": "Awesome OS Instance Server Bits"
                }
            ],
            "quantity": 10,
            "restrictedToUsername": null,
            "sourceEntitlement": null,
            "sourceStackId": null,
            "stackId": "15",
            "stacked": true,
            "startDate": "2024-09-19T08:40:26+0000",
            "subscriptionId": "upstream-27615093",
            "subscriptionSubKey": "master",
            "type": "NORMAL",
            "updated": "2024-09-24T08:40:31+0000",
            "upstreamConsumerId": null,
            "upstreamEntitlementId": null,
            "upstreamPoolId": null
        },
        {
            "accountNumber": "8472161191",
            "activeSubscription": true,
            "attributes": [
                {
                    "name": "unmapped_guests_only",
                    "value": "true"
                },
                {
                    "name": "pool_derived",
                    "value": "true"
                },
                {
                    "name": "physical_only",
                    "value": "false"
                },
                {
                    "name": "virt_limit",
                    "value": "0"
                },
                {
                    "name": "requires_consumer_type",
                    "value": "system"
                },
                {
                    "name": "virt_only",
                    "value": "true"
                }
            ],
            "branding": [
                {
                    "created": "2024-09-24T08:40:31+0000",
                    "name": "Branded Donaldy OS Instance Based one socket",
                    "productId": "32060",
                    "type": "OS",
                    "updated": "2024-09-24T08:40:31+0000"
                }
            ],
            "calculatedAttributes": {
                "compliance_type": "Instance Based (Temporary)"
            },
            "consumed": 0,
            "contractNumber": "0",
            "created": "2024-09-24T08:40:31+0000",
            "derivedProductAttributes": [],
            "derivedProductId": null,
            "derivedProductName": null,
            "derivedProvidedProducts": [],
            "endDate": "2025-09-19T08:40:26+0000",
            "exported": 0,
            "href": "/pools/8a8082e49223304401922330769c0643",
            "id": "8a8082e49223304401922330769c0643",
            "managed": true,
            "orderNumber": "order-75736804",
            "owner": {
                "contentAccessMode": "org_environment",
                "displayName": "Donald Duck",
                "href": "/owners/donaldduck",
                "id": "8a8082e4922330440192233058460004",
                "key": "donaldduck"
            },
            "productAttributes": [
                {
                    "name": "host_limited",
                    "value": "true"
                },
                {
                    "name": "instance_multiplier",
                    "value": "2"
                },
                {
                    "name": "multi-entitlement",
                    "value": "yes"
                },
                {
                    "name": "virt_limit",
                    "value": "1"
                },
                {
                    "name": "variant",
                    "value": "ALL"
                },
                {
                    "name": "stacking_id",
                    "value": "15"
                },
                {
                    "name": "support_level",
                    "value": "Standard"
                },
                {
                    "name": "sockets",
                    "value": "1"
                },
                {
                    "name": "support_type",
                    "value": "L1-L3"
                },
                {
                    "name": "arch",
                    "value": "ALL"
                },
                {
                    "name": "type",
                    "value": "MKT"
                },
                {
                    "name": "version",
                    "value": "1.0"
                }
            ],
            "productId": "donaldyos-onesocketib",
            "productName": "Donaldy OS Instance Based one socket",
            "providedProducts": [
                {
                    "productId": "7051",
                    "productName": "Donaldy OS Developer Bits"
                },
                {
                    "productId": "7050",
                    "productName": "Donaldy OS Premium Architecture Bits"
                },
                {
                    "productId": "32060",
                    "productName": "Awesome OS Instance Server Bits"
                }
            ],
            "quantity": 10,
            "restrictedToUsername": null,
            "sourceEntitlement": null,
            "sourceStackId": null,
            "stackId": "15",
            "stacked": true,
            "startDate": "2024-09-19T08:40:26+0000",
            "subscriptionId": "upstream-27615093",
            "subscriptionSubKey": "derived",
            "type": "UNMAPPED_GUEST",
            "updated": "2024-09-24T08:40:31+0000",
            "upstreamConsumerId": null,
            "upstreamEntitlementId": null,
            "upstreamPoolId": null
        }
    ],
    "redirected": false,
    "status": 200,
    "transfer_encoding": "chunked",
    "url": "https://candlepin.local:8443/candlepin/owners/donaldduck/pools?product=7050",
    "vary": "accept-encoding",
    "x_candlepin_request_uuid": "51b3f9bc-05ba-46f9-bd76-46c8dccfae9e",
    "x_version": "4.4.17-1"
}

MSG:

OK (unknown bytes)

TASK [Add pools for product 7050 to default_key activation key] ****************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:149
Tuesday 22 October 2024  02:09:48 -0400 (0:00:00.847)       0:00:34.745 ******* 
ok: [managed-node1] => (item={'created': '2024-09-24T08:40:31+0000', 'updated': '2024-09-24T08:40:31+0000', 'id': '8a8082e49223304401922330767d056d', 'type': 'NORMAL', 'owner': {'id': '8a8082e4922330440192233058460004', 'key': 'donaldduck', 'displayName': 'Donald Duck', 'href': '/owners/donaldduck', 'contentAccessMode': 'org_environment'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 100, 'startDate': '2024-09-19T08:40:26+0000', 'endDate': '2025-09-19T08:40:26+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8472161191', 'orderNumber': 'order-75736804', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-09-24T08:40:31+0000', 'updated': '2024-09-24T08:40:31+0000', 'productId': '32060', 'name': 'Branded Donaldy OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Donaldy OS Instance Based one socket', 'productId': 'donaldyos-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'sockets', 'value': '1'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'href': '/pools/8a8082e49223304401922330767d056d', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '7051', 'productName': 'Donaldy OS Developer Bits'}, {'productId': '7050', 'productName': 'Donaldy OS Premium Architecture Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-29160032', 'managed': True}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "connection": "close",
    "content_type": "application/json",
    "cookies": {},
    "cookies_string": "",
    "date": "Tue, 22 Oct 2024 06:09:49 GMT",
    "elapsed": 0,
    "item": {
        "accountNumber": "8472161191",
        "activeSubscription": true,
        "attributes": [],
        "branding": [
            {
                "created": "2024-09-24T08:40:31+0000",
                "name": "Branded Donaldy OS Instance Based one socket",
                "productId": "32060",
                "type": "OS",
                "updated": "2024-09-24T08:40:31+0000"
            }
        ],
        "calculatedAttributes": {
            "compliance_type": "Instance Based"
        },
        "consumed": 0,
        "contractNumber": "0",
        "created": "2024-09-24T08:40:31+0000",
        "derivedProductAttributes": [],
        "derivedProductId": null,
        "derivedProductName": null,
        "derivedProvidedProducts": [],
        "endDate": "2025-09-19T08:40:26+0000",
        "exported": 0,
        "href": "/pools/8a8082e49223304401922330767d056d",
        "id": "8a8082e49223304401922330767d056d",
        "managed": true,
        "orderNumber": "order-75736804",
        "owner": {
            "contentAccessMode": "org_environment",
            "displayName": "Donald Duck",
            "href": "/owners/donaldduck",
            "id": "8a8082e4922330440192233058460004",
            "key": "donaldduck"
        },
        "productAttributes": [
            {
                "name": "host_limited",
                "value": "true"
            },
            {
                "name": "instance_multiplier",
                "value": "2"
            },
            {
                "name": "multi-entitlement",
                "value": "yes"
            },
            {
                "name": "virt_limit",
                "value": "1"
            },
            {
                "name": "variant",
                "value": "ALL"
            },
            {
                "name": "stacking_id",
                "value": "15"
            },
            {
                "name": "support_level",
                "value": "Standard"
            },
            {
                "name": "sockets",
                "value": "1"
            },
            {
                "name": "support_type",
                "value": "L1-L3"
            },
            {
                "name": "arch",
                "value": "ALL"
            },
            {
                "name": "type",
                "value": "MKT"
            },
            {
                "name": "version",
                "value": "1.0"
            }
        ],
        "productId": "donaldyos-onesocketib",
        "productName": "Donaldy OS Instance Based one socket",
        "providedProducts": [
            {
                "productId": "7051",
                "productName": "Donaldy OS Developer Bits"
            },
            {
                "productId": "7050",
                "productName": "Donaldy OS Premium Architecture Bits"
            },
            {
                "productId": "32060",
                "productName": "Awesome OS Instance Server Bits"
            }
        ],
        "quantity": 100,
        "restrictedToUsername": null,
        "sourceEntitlement": null,
        "sourceStackId": null,
        "stackId": "15",
        "stacked": true,
        "startDate": "2024-09-19T08:40:26+0000",
        "subscriptionId": "upstream-29160032",
        "subscriptionSubKey": "master",
        "type": "NORMAL",
        "updated": "2024-09-24T08:40:31+0000",
        "upstreamConsumerId": null,
        "upstreamEntitlementId": null,
        "upstreamPoolId": null
    },
    "json": {
        "addOns": [],
        "autoAttach": null,
        "contentOverrides": [],
        "created": "2024-09-24T08:41:19+0000",
        "description": null,
        "id": "8a8082e4922330440192233131660984",
        "name": "default_key",
        "owner": {
            "contentAccessMode": "org_environment",
            "displayName": "Donald Duck",
            "href": "/owners/donaldduck",
            "id": "8a8082e4922330440192233058460004",
            "key": "donaldduck"
        },
        "pools": [
            {
                "poolId": "8a8082e49223304401922330767d056d",
                "quantity": null
            }
        ],
        "products": [],
        "releaseVer": {
            "releaseVer": null
        },
        "role": null,
        "serviceLevel": null,
        "updated": "2024-09-24T08:41:19+0000",
        "usage": null
    },
    "redirected": false,
    "status": 200,
    "transfer_encoding": "chunked",
    "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4922330440192233131660984/pools/8a8082e49223304401922330767d056d",
    "vary": "accept-encoding",
    "x_candlepin_request_uuid": "7e13f90e-3a87-4574-82a0-bf7a63706d4b",
    "x_version": "4.4.17-1"
}

MSG:

OK (unknown bytes)
ok: [managed-node1] => (item={'created': '2024-09-24T08:40:31+0000', 'updated': '2024-09-24T08:40:31+0000', 'id': '8a8082e49223304401922330767d056f', 'type': 'UNMAPPED_GUEST', 'owner': {'id': '8a8082e4922330440192233058460004', 'key': 'donaldduck', 'displayName': 'Donald Duck', 'href': '/owners/donaldduck', 'contentAccessMode': 'org_environment'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 100, 'startDate': '2024-09-19T08:40:26+0000', 'endDate': '2025-09-19T08:40:26+0000', 'attributes': [{'name': 'unmapped_guests_only', 'value': 'true'}, {'name': 'pool_derived', 'value': 'true'}, {'name': 'physical_only', 'value': 'false'}, {'name': 'virt_limit', 'value': '0'}, {'name': 'requires_consumer_type', 'value': 'system'}, {'name': 'virt_only', 'value': 'true'}], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8472161191', 'orderNumber': 'order-75736804', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-09-24T08:40:31+0000', 'updated': '2024-09-24T08:40:31+0000', 'productId': '32060', 'name': 'Branded Donaldy OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based (Temporary)'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Donaldy OS Instance Based one socket', 'productId': 'donaldyos-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'sockets', 'value': '1'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'href': '/pools/8a8082e49223304401922330767d056f', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '7051', 'productName': 'Donaldy OS Developer Bits'}, {'productId': '7050', 'productName': 'Donaldy OS Premium Architecture Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'derived', 'subscriptionId': 'upstream-29160032', 'managed': True}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "connection": "close",
    "content_type": "application/json",
    "cookies": {},
    "cookies_string": "",
    "date": "Tue, 22 Oct 2024 06:09:49 GMT",
    "elapsed": 0,
    "item": {
        "accountNumber": "8472161191",
        "activeSubscription": true,
        "attributes": [
            {
                "name": "unmapped_guests_only",
                "value": "true"
            },
            {
                "name": "pool_derived",
                "value": "true"
            },
            {
                "name": "physical_only",
                "value": "false"
            },
            {
                "name": "virt_limit",
                "value": "0"
            },
            {
                "name": "requires_consumer_type",
                "value": "system"
            },
            {
                "name": "virt_only",
                "value": "true"
            }
        ],
        "branding": [
            {
                "created": "2024-09-24T08:40:31+0000",
                "name": "Branded Donaldy OS Instance Based one socket",
                "productId": "32060",
                "type": "OS",
                "updated": "2024-09-24T08:40:31+0000"
            }
        ],
        "calculatedAttributes": {
            "compliance_type": "Instance Based (Temporary)"
        },
        "consumed": 0,
        "contractNumber": "0",
        "created": "2024-09-24T08:40:31+0000",
        "derivedProductAttributes": [],
        "derivedProductId": null,
        "derivedProductName": null,
        "derivedProvidedProducts": [],
        "endDate": "2025-09-19T08:40:26+0000",
        "exported": 0,
        "href": "/pools/8a8082e49223304401922330767d056f",
        "id": "8a8082e49223304401922330767d056f",
        "managed": true,
        "orderNumber": "order-75736804",
        "owner": {
            "contentAccessMode": "org_environment",
            "displayName": "Donald Duck",
            "href": "/owners/donaldduck",
            "id": "8a8082e4922330440192233058460004",
            "key": "donaldduck"
        },
        "productAttributes": [
            {
                "name": "host_limited",
                "value": "true"
            },
            {
                "name": "instance_multiplier",
                "value": "2"
            },
            {
                "name": "multi-entitlement",
                "value": "yes"
            },
            {
                "name": "virt_limit",
                "value": "1"
            },
            {
                "name": "variant",
                "value": "ALL"
            },
            {
                "name": "stacking_id",
                "value": "15"
            },
            {
                "name": "support_level",
                "value": "Standard"
            },
            {
                "name": "sockets",
                "value": "1"
            },
            {
                "name": "support_type",
                "value": "L1-L3"
            },
            {
                "name": "arch",
                "value": "ALL"
            },
            {
                "name": "type",
                "value": "MKT"
            },
            {
                "name": "version",
                "value": "1.0"
            }
        ],
        "productId": "donaldyos-onesocketib",
        "productName": "Donaldy OS Instance Based one socket",
        "providedProducts": [
            {
                "productId": "7051",
                "productName": "Donaldy OS Developer Bits"
            },
            {
                "productId": "7050",
                "productName": "Donaldy OS Premium Architecture Bits"
            },
            {
                "productId": "32060",
                "productName": "Awesome OS Instance Server Bits"
            }
        ],
        "quantity": 100,
        "restrictedToUsername": null,
        "sourceEntitlement": null,
        "sourceStackId": null,
        "stackId": "15",
        "stacked": true,
        "startDate": "2024-09-19T08:40:26+0000",
        "subscriptionId": "upstream-29160032",
        "subscriptionSubKey": "derived",
        "type": "UNMAPPED_GUEST",
        "updated": "2024-09-24T08:40:31+0000",
        "upstreamConsumerId": null,
        "upstreamEntitlementId": null,
        "upstreamPoolId": null
    },
    "json": {
        "addOns": [],
        "autoAttach": null,
        "contentOverrides": [],
        "created": "2024-09-24T08:41:19+0000",
        "description": null,
        "id": "8a8082e4922330440192233131660984",
        "name": "default_key",
        "owner": {
            "contentAccessMode": "org_environment",
            "displayName": "Donald Duck",
            "href": "/owners/donaldduck",
            "id": "8a8082e4922330440192233058460004",
            "key": "donaldduck"
        },
        "pools": [
            {
                "poolId": "8a8082e49223304401922330767d056f",
                "quantity": null
            },
            {
                "poolId": "8a8082e49223304401922330767d056d",
                "quantity": null
            }
        ],
        "products": [],
        "releaseVer": {
            "releaseVer": null
        },
        "role": null,
        "serviceLevel": null,
        "updated": "2024-09-24T08:41:19+0000",
        "usage": null
    },
    "redirected": false,
    "status": 200,
    "transfer_encoding": "chunked",
    "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4922330440192233131660984/pools/8a8082e49223304401922330767d056f",
    "vary": "accept-encoding",
    "x_candlepin_request_uuid": "b557b7ee-f026-4d84-98d8-5c6be48facbb",
    "x_version": "4.4.17-1"
}

MSG:

OK (unknown bytes)
ok: [managed-node1] => (item={'created': '2024-09-24T08:40:31+0000', 'updated': '2024-09-24T08:40:31+0000', 'id': '8a8082e49223304401922330767f0579', 'type': 'NORMAL', 'owner': {'id': '8a8082e4922330440192233058460004', 'key': 'donaldduck', 'displayName': 'Donald Duck', 'href': '/owners/donaldduck', 'contentAccessMode': 'org_environment'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 50, 'startDate': '2024-09-19T08:40:26+0000', 'endDate': '2025-09-19T08:40:26+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8472161191', 'orderNumber': 'order-75736804', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-09-24T08:40:31+0000', 'updated': '2024-09-24T08:40:31+0000', 'productId': '37065', 'name': 'Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Standard'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Donaldy OS Server Bundled (2 Sockets, Standard Support)', 'productId': 'donaldyos-server-2-socket-std', 'productAttributes': [{'name': 'management_enabled', 'value': '1'}, {'name': 'vcpu', 'value': '4'}, {'name': 'warning_period', 'value': '30'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'sockets', 'value': '2'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '6.1'}], 'stackId': None, 'stacked': False, 'sourceStackId': None, 'href': '/pools/8a8082e49223304401922330767f0579', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '37065', 'productName': 'Clustering Bits (no content)'}, {'productId': '37067', 'productName': 'Shared Storage Bits (no content)'}, {'productId': '7051', 'productName': 'Donaldy OS Developer Bits'}, {'productId': '7050', 'productName': 'Donaldy OS Premium Architecture Bits'}, {'productId': '37060', 'productName': 'Awesome OS Server Bits'}, {'productId': '37068', 'productName': 'Large File Support Bits (no content)'}, {'productId': '37070', 'productName': 'Load Balancing Bits (no content)'}, {'productId': '37069', 'productName': 'Management Bits (no content)'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-51600517', 'managed': True}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "connection": "close",
    "content_type": "application/json",
    "cookies": {},
    "cookies_string": "",
    "date": "Tue, 22 Oct 2024 06:09:50 GMT",
    "elapsed": 0,
    "item": {
        "accountNumber": "8472161191",
        "activeSubscription": true,
        "attributes": [],
        "branding": [
            {
                "created": "2024-09-24T08:40:31+0000",
                "name": "Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)",
                "productId": "37065",
                "type": "OS",
                "updated": "2024-09-24T08:40:31+0000"
            }
        ],
        "calculatedAttributes": {
            "compliance_type": "Standard"
        },
        "consumed": 0,
        "contractNumber": "0",
        "created": "2024-09-24T08:40:31+0000",
        "derivedProductAttributes": [],
        "derivedProductId": null,
        "derivedProductName": null,
        "derivedProvidedProducts": [],
        "endDate": "2025-09-19T08:40:26+0000",
        "exported": 0,
        "href": "/pools/8a8082e49223304401922330767f0579",
        "id": "8a8082e49223304401922330767f0579",
        "managed": true,
        "orderNumber": "order-75736804",
        "owner": {
            "contentAccessMode": "org_environment",
            "displayName": "Donald Duck",
            "href": "/owners/donaldduck",
            "id": "8a8082e4922330440192233058460004",
            "key": "donaldduck"
        },
        "productAttributes": [
            {
                "name": "management_enabled",
                "value": "1"
            },
            {
                "name": "vcpu",
                "value": "4"
            },
            {
                "name": "warning_period",
                "value": "30"
            },
            {
                "name": "variant",
                "value": "ALL"
            },
            {
                "name": "sockets",
                "value": "2"
            },
            {
                "name": "support_level",
                "value": "Standard"
            },
            {
                "name": "support_type",
                "value": "L1-L3"
            },
            {
                "name": "arch",
                "value": "ALL"
            },
            {
                "name": "type",
                "value": "MKT"
            },
            {
                "name": "version",
                "value": "6.1"
            }
        ],
        "productId": "donaldyos-server-2-socket-std",
        "productName": "Donaldy OS Server Bundled (2 Sockets, Standard Support)",
        "providedProducts": [
            {
                "productId": "37065",
                "productName": "Clustering Bits (no content)"
            },
            {
                "productId": "37067",
                "productName": "Shared Storage Bits (no content)"
            },
            {
                "productId": "7051",
                "productName": "Donaldy OS Developer Bits"
            },
            {
                "productId": "7050",
                "productName": "Donaldy OS Premium Architecture Bits"
            },
            {
                "productId": "37060",
                "productName": "Awesome OS Server Bits"
            },
            {
                "productId": "37068",
                "productName": "Large File Support Bits (no content)"
            },
            {
                "productId": "37070",
                "productName": "Load Balancing Bits (no content)"
            },
            {
                "productId": "37069",
                "productName": "Management Bits (no content)"
            }
        ],
        "quantity": 50,
        "restrictedToUsername": null,
        "sourceEntitlement": null,
        "sourceStackId": null,
        "stackId": null,
        "stacked": false,
        "startDate": "2024-09-19T08:40:26+0000",
        "subscriptionId": "upstream-51600517",
        "subscriptionSubKey": "master",
        "type": "NORMAL",
        "updated": "2024-09-24T08:40:31+0000",
        "upstreamConsumerId": null,
        "upstreamEntitlementId": null,
        "upstreamPoolId": null
    },
    "json": {
        "addOns": [],
        "autoAttach": null,
        "contentOverrides": [],
        "created": "2024-09-24T08:41:19+0000",
        "description": null,
        "id": "8a8082e4922330440192233131660984",
        "name": "default_key",
        "owner": {
            "contentAccessMode": "org_environment",
            "displayName": "Donald Duck",
            "href": "/owners/donaldduck",
            "id": "8a8082e4922330440192233058460004",
            "key": "donaldduck"
        },
        "pools": [
            {
                "poolId": "8a8082e49223304401922330767d056f",
                "quantity": null
            },
            {
                "poolId": "8a8082e49223304401922330767d056d",
                "quantity": null
            },
            {
                "poolId": "8a8082e49223304401922330767f0579",
                "quantity": null
            }
        ],
        "products": [],
        "releaseVer": {
            "releaseVer": null
        },
        "role": null,
        "serviceLevel": null,
        "updated": "2024-09-24T08:41:19+0000",
        "usage": null
    },
    "redirected": false,
    "status": 200,
    "transfer_encoding": "chunked",
    "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4922330440192233131660984/pools/8a8082e49223304401922330767f0579",
    "vary": "accept-encoding",
    "x_candlepin_request_uuid": "055d422a-675d-40d4-bb95-f1819b4e39b8",
    "x_version": "4.4.17-1"
}

MSG:

OK (unknown bytes)
ok: [managed-node1] => (item={'created': '2024-09-24T08:40:31+0000', 'updated': '2024-09-24T08:40:31+0000', 'id': '8a8082e492233044019223307682058d', 'type': 'NORMAL', 'owner': {'id': '8a8082e4922330440192233058460004', 'key': 'donaldduck', 'displayName': 'Donald Duck', 'href': '/owners/donaldduck', 'contentAccessMode': 'org_environment'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 5, 'startDate': '2024-09-19T08:40:26+0000', 'endDate': '2025-09-19T08:40:26+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8472161191', 'orderNumber': 'order-75736804', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-09-24T08:40:31+0000', 'updated': '2024-09-24T08:40:31+0000', 'productId': '37065', 'name': 'Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Standard'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Donaldy OS Server Bundled (2 Sockets, Standard Support)', 'productId': 'donaldyos-server-2-socket-std', 'productAttributes': [{'name': 'management_enabled', 'value': '1'}, {'name': 'vcpu', 'value': '4'}, {'name': 'warning_period', 'value': '30'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'sockets', 'value': '2'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '6.1'}], 'stackId': None, 'stacked': False, 'sourceStackId': None, 'href': '/pools/8a8082e492233044019223307682058d', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '37065', 'productName': 'Clustering Bits (no content)'}, {'productId': '37067', 'productName': 'Shared Storage Bits (no content)'}, {'productId': '7051', 'productName': 'Donaldy OS Developer Bits'}, {'productId': '7050', 'productName': 'Donaldy OS Premium Architecture Bits'}, {'productId': '37060', 'productName': 'Awesome OS Server Bits'}, {'productId': '37068', 'productName': 'Large File Support Bits (no content)'}, {'productId': '37070', 'productName': 'Load Balancing Bits (no content)'}, {'productId': '37069', 'productName': 'Management Bits (no content)'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-34408863', 'managed': True}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "connection": "close",
    "content_type": "application/json",
    "cookies": {},
    "cookies_string": "",
    "date": "Tue, 22 Oct 2024 06:09:50 GMT",
    "elapsed": 0,
    "item": {
        "accountNumber": "8472161191",
        "activeSubscription": true,
        "attributes": [],
        "branding": [
            {
                "created": "2024-09-24T08:40:31+0000",
                "name": "Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)",
                "productId": "37065",
                "type": "OS",
                "updated": "2024-09-24T08:40:31+0000"
            }
        ],
        "calculatedAttributes": {
            "compliance_type": "Standard"
        },
        "consumed": 0,
        "contractNumber": "0",
        "created": "2024-09-24T08:40:31+0000",
        "derivedProductAttributes": [],
        "derivedProductId": null,
        "derivedProductName": null,
        "derivedProvidedProducts": [],
        "endDate": "2025-09-19T08:40:26+0000",
        "exported": 0,
        "href": "/pools/8a8082e492233044019223307682058d",
        "id": "8a8082e492233044019223307682058d",
        "managed": true,
        "orderNumber": "order-75736804",
        "owner": {
            "contentAccessMode": "org_environment",
            "displayName": "Donald Duck",
            "href": "/owners/donaldduck",
            "id": "8a8082e4922330440192233058460004",
            "key": "donaldduck"
        },
        "productAttributes": [
            {
                "name": "management_enabled",
                "value": "1"
            },
            {
                "name": "vcpu",
                "value": "4"
            },
            {
                "name": "warning_period",
                "value": "30"
            },
            {
                "name": "variant",
                "value": "ALL"
            },
            {
                "name": "sockets",
                "value": "2"
            },
            {
                "name": "support_level",
                "value": "Standard"
            },
            {
                "name": "support_type",
                "value": "L1-L3"
            },
            {
                "name": "arch",
                "value": "ALL"
            },
            {
                "name": "type",
                "value": "MKT"
            },
            {
                "name": "version",
                "value": "6.1"
            }
        ],
        "productId": "donaldyos-server-2-socket-std",
        "productName": "Donaldy OS Server Bundled (2 Sockets, Standard Support)",
        "providedProducts": [
            {
                "productId": "37065",
                "productName": "Clustering Bits (no content)"
            },
            {
                "productId": "37067",
                "productName": "Shared Storage Bits (no content)"
            },
            {
                "productId": "7051",
                "productName": "Donaldy OS Developer Bits"
            },
            {
                "productId": "7050",
                "productName": "Donaldy OS Premium Architecture Bits"
            },
            {
                "productId": "37060",
                "productName": "Awesome OS Server Bits"
            },
            {
                "productId": "37068",
                "productName": "Large File Support Bits (no content)"
            },
            {
                "productId": "37070",
                "productName": "Load Balancing Bits (no content)"
            },
            {
                "productId": "37069",
                "productName": "Management Bits (no content)"
            }
        ],
        "quantity": 5,
        "restrictedToUsername": null,
        "sourceEntitlement": null,
        "sourceStackId": null,
        "stackId": null,
        "stacked": false,
        "startDate": "2024-09-19T08:40:26+0000",
        "subscriptionId": "upstream-34408863",
        "subscriptionSubKey": "master",
        "type": "NORMAL",
        "updated": "2024-09-24T08:40:31+0000",
        "upstreamConsumerId": null,
        "upstreamEntitlementId": null,
        "upstreamPoolId": null
    },
    "json": {
        "addOns": [],
        "autoAttach": null,
        "contentOverrides": [],
        "created": "2024-09-24T08:41:19+0000",
        "description": null,
        "id": "8a8082e4922330440192233131660984",
        "name": "default_key",
        "owner": {
            "contentAccessMode": "org_environment",
            "displayName": "Donald Duck",
            "href": "/owners/donaldduck",
            "id": "8a8082e4922330440192233058460004",
            "key": "donaldduck"
        },
        "pools": [
            {
                "poolId": "8a8082e49223304401922330767d056f",
                "quantity": null
            },
            {
                "poolId": "8a8082e492233044019223307682058d",
                "quantity": null
            },
            {
                "poolId": "8a8082e49223304401922330767d056d",
                "quantity": null
            },
            {
                "poolId": "8a8082e49223304401922330767f0579",
                "quantity": null
            }
        ],
        "products": [],
        "releaseVer": {
            "releaseVer": null
        },
        "role": null,
        "serviceLevel": null,
        "updated": "2024-09-24T08:41:19+0000",
        "usage": null
    },
    "redirected": false,
    "status": 200,
    "transfer_encoding": "chunked",
    "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4922330440192233131660984/pools/8a8082e492233044019223307682058d",
    "vary": "accept-encoding",
    "x_candlepin_request_uuid": "c6e262fb-b7a2-41b5-af40-b3f7d45b54f0",
    "x_version": "4.4.17-1"
}

MSG:

OK (unknown bytes)
ok: [managed-node1] => (item={'created': '2024-09-24T08:40:31+0000', 'updated': '2024-09-24T08:40:31+0000', 'id': '8a8082e49223304401922330769c0641', 'type': 'NORMAL', 'owner': {'id': '8a8082e4922330440192233058460004', 'key': 'donaldduck', 'displayName': 'Donald Duck', 'href': '/owners/donaldduck', 'contentAccessMode': 'org_environment'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 10, 'startDate': '2024-09-19T08:40:26+0000', 'endDate': '2025-09-19T08:40:26+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8472161191', 'orderNumber': 'order-75736804', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-09-24T08:40:31+0000', 'updated': '2024-09-24T08:40:31+0000', 'productId': '32060', 'name': 'Branded Donaldy OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Donaldy OS Instance Based one socket', 'productId': 'donaldyos-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'sockets', 'value': '1'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'href': '/pools/8a8082e49223304401922330769c0641', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '7051', 'productName': 'Donaldy OS Developer Bits'}, {'productId': '7050', 'productName': 'Donaldy OS Premium Architecture Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-27615093', 'managed': True}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "connection": "close",
    "content_type": "application/json",
    "cookies": {},
    "cookies_string": "",
    "date": "Tue, 22 Oct 2024 06:09:51 GMT",
    "elapsed": 0,
    "item": {
        "accountNumber": "8472161191",
        "activeSubscription": true,
        "attributes": [],
        "branding": [
            {
                "created": "2024-09-24T08:40:31+0000",
                "name": "Branded Donaldy OS Instance Based one socket",
                "productId": "32060",
                "type": "OS",
                "updated": "2024-09-24T08:40:31+0000"
            }
        ],
        "calculatedAttributes": {
            "compliance_type": "Instance Based"
        },
        "consumed": 0,
        "contractNumber": "0",
        "created": "2024-09-24T08:40:31+0000",
        "derivedProductAttributes": [],
        "derivedProductId": null,
        "derivedProductName": null,
        "derivedProvidedProducts": [],
        "endDate": "2025-09-19T08:40:26+0000",
        "exported": 0,
        "href": "/pools/8a8082e49223304401922330769c0641",
        "id": "8a8082e49223304401922330769c0641",
        "managed": true,
        "orderNumber": "order-75736804",
        "owner": {
            "contentAccessMode": "org_environment",
            "displayName": "Donald Duck",
            "href": "/owners/donaldduck",
            "id": "8a8082e4922330440192233058460004",
            "key": "donaldduck"
        },
        "productAttributes": [
            {
                "name": "host_limited",
                "value": "true"
            },
            {
                "name": "instance_multiplier",
                "value": "2"
            },
            {
                "name": "multi-entitlement",
                "value": "yes"
            },
            {
                "name": "virt_limit",
                "value": "1"
            },
            {
                "name": "variant",
                "value": "ALL"
            },
            {
                "name": "stacking_id",
                "value": "15"
            },
            {
                "name": "support_level",
                "value": "Standard"
            },
            {
                "name": "sockets",
                "value": "1"
            },
            {
                "name": "support_type",
                "value": "L1-L3"
            },
            {
                "name": "arch",
                "value": "ALL"
            },
            {
                "name": "type",
                "value": "MKT"
            },
            {
                "name": "version",
                "value": "1.0"
            }
        ],
        "productId": "donaldyos-onesocketib",
        "productName": "Donaldy OS Instance Based one socket",
        "providedProducts": [
            {
                "productId": "7051",
                "productName": "Donaldy OS Developer Bits"
            },
            {
                "productId": "7050",
                "productName": "Donaldy OS Premium Architecture Bits"
            },
            {
                "productId": "32060",
                "productName": "Awesome OS Instance Server Bits"
            }
        ],
        "quantity": 10,
        "restrictedToUsername": null,
        "sourceEntitlement": null,
        "sourceStackId": null,
        "stackId": "15",
        "stacked": true,
        "startDate": "2024-09-19T08:40:26+0000",
        "subscriptionId": "upstream-27615093",
        "subscriptionSubKey": "master",
        "type": "NORMAL",
        "updated": "2024-09-24T08:40:31+0000",
        "upstreamConsumerId": null,
        "upstreamEntitlementId": null,
        "upstreamPoolId": null
    },
    "json": {
        "addOns": [],
        "autoAttach": null,
        "contentOverrides": [],
        "created": "2024-09-24T08:41:19+0000",
        "description": null,
        "id": "8a8082e4922330440192233131660984",
        "name": "default_key",
        "owner": {
            "contentAccessMode": "org_environment",
            "displayName": "Donald Duck",
            "href": "/owners/donaldduck",
            "id": "8a8082e4922330440192233058460004",
            "key": "donaldduck"
        },
        "pools": [
            {
                "poolId": "8a8082e49223304401922330767d056f",
                "quantity": null
            },
            {
                "poolId": "8a8082e49223304401922330769c0641",
                "quantity": null
            },
            {
                "poolId": "8a8082e492233044019223307682058d",
                "quantity": null
            },
            {
                "poolId": "8a8082e49223304401922330767d056d",
                "quantity": null
            },
            {
                "poolId": "8a8082e49223304401922330767f0579",
                "quantity": null
            }
        ],
        "products": [],
        "releaseVer": {
            "releaseVer": null
        },
        "role": null,
        "serviceLevel": null,
        "updated": "2024-09-24T08:41:19+0000",
        "usage": null
    },
    "redirected": false,
    "status": 200,
    "transfer_encoding": "chunked",
    "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4922330440192233131660984/pools/8a8082e49223304401922330769c0641",
    "vary": "accept-encoding",
    "x_candlepin_request_uuid": "5deaff07-70cf-48ad-942c-f135a93970d5",
    "x_version": "4.4.17-1"
}

MSG:

OK (unknown bytes)
ok: [managed-node1] => (item={'created': '2024-09-24T08:40:31+0000', 'updated': '2024-09-24T08:40:31+0000', 'id': '8a8082e49223304401922330769c0643', 'type': 'UNMAPPED_GUEST', 'owner': {'id': '8a8082e4922330440192233058460004', 'key': 'donaldduck', 'displayName': 'Donald Duck', 'href': '/owners/donaldduck', 'contentAccessMode': 'org_environment'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 10, 'startDate': '2024-09-19T08:40:26+0000', 'endDate': '2025-09-19T08:40:26+0000', 'attributes': [{'name': 'unmapped_guests_only', 'value': 'true'}, {'name': 'pool_derived', 'value': 'true'}, {'name': 'physical_only', 'value': 'false'}, {'name': 'virt_limit', 'value': '0'}, {'name': 'requires_consumer_type', 'value': 'system'}, {'name': 'virt_only', 'value': 'true'}], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8472161191', 'orderNumber': 'order-75736804', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-09-24T08:40:31+0000', 'updated': '2024-09-24T08:40:31+0000', 'productId': '32060', 'name': 'Branded Donaldy OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based (Temporary)'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Donaldy OS Instance Based one socket', 'productId': 'donaldyos-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'sockets', 'value': '1'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'href': '/pools/8a8082e49223304401922330769c0643', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '7051', 'productName': 'Donaldy OS Developer Bits'}, {'productId': '7050', 'productName': 'Donaldy OS Premium Architecture Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'derived', 'subscriptionId': 'upstream-27615093', 'managed': True}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "connection": "close",
    "content_type": "application/json",
    "cookies": {},
    "cookies_string": "",
    "date": "Tue, 22 Oct 2024 06:09:51 GMT",
    "elapsed": 0,
    "item": {
        "accountNumber": "8472161191",
        "activeSubscription": true,
        "attributes": [
            {
                "name": "unmapped_guests_only",
                "value": "true"
            },
            {
                "name": "pool_derived",
                "value": "true"
            },
            {
                "name": "physical_only",
                "value": "false"
            },
            {
                "name": "virt_limit",
                "value": "0"
            },
            {
                "name": "requires_consumer_type",
                "value": "system"
            },
            {
                "name": "virt_only",
                "value": "true"
            }
        ],
        "branding": [
            {
                "created": "2024-09-24T08:40:31+0000",
                "name": "Branded Donaldy OS Instance Based one socket",
                "productId": "32060",
                "type": "OS",
                "updated": "2024-09-24T08:40:31+0000"
            }
        ],
        "calculatedAttributes": {
            "compliance_type": "Instance Based (Temporary)"
        },
        "consumed": 0,
        "contractNumber": "0",
        "created": "2024-09-24T08:40:31+0000",
        "derivedProductAttributes": [],
        "derivedProductId": null,
        "derivedProductName": null,
        "derivedProvidedProducts": [],
        "endDate": "2025-09-19T08:40:26+0000",
        "exported": 0,
        "href": "/pools/8a8082e49223304401922330769c0643",
        "id": "8a8082e49223304401922330769c0643",
        "managed": true,
        "orderNumber": "order-75736804",
        "owner": {
            "contentAccessMode": "org_environment",
            "displayName": "Donald Duck",
            "href": "/owners/donaldduck",
            "id": "8a8082e4922330440192233058460004",
            "key": "donaldduck"
        },
        "productAttributes": [
            {
                "name": "host_limited",
                "value": "true"
            },
            {
                "name": "instance_multiplier",
                "value": "2"
            },
            {
                "name": "multi-entitlement",
                "value": "yes"
            },
            {
                "name": "virt_limit",
                "value": "1"
            },
            {
                "name": "variant",
                "value": "ALL"
            },
            {
                "name": "stacking_id",
                "value": "15"
            },
            {
                "name": "support_level",
                "value": "Standard"
            },
            {
                "name": "sockets",
                "value": "1"
            },
            {
                "name": "support_type",
                "value": "L1-L3"
            },
            {
                "name": "arch",
                "value": "ALL"
            },
            {
                "name": "type",
                "value": "MKT"
            },
            {
                "name": "version",
                "value": "1.0"
            }
        ],
        "productId": "donaldyos-onesocketib",
        "productName": "Donaldy OS Instance Based one socket",
        "providedProducts": [
            {
                "productId": "7051",
                "productName": "Donaldy OS Developer Bits"
            },
            {
                "productId": "7050",
                "productName": "Donaldy OS Premium Architecture Bits"
            },
            {
                "productId": "32060",
                "productName": "Awesome OS Instance Server Bits"
            }
        ],
        "quantity": 10,
        "restrictedToUsername": null,
        "sourceEntitlement": null,
        "sourceStackId": null,
        "stackId": "15",
        "stacked": true,
        "startDate": "2024-09-19T08:40:26+0000",
        "subscriptionId": "upstream-27615093",
        "subscriptionSubKey": "derived",
        "type": "UNMAPPED_GUEST",
        "updated": "2024-09-24T08:40:31+0000",
        "upstreamConsumerId": null,
        "upstreamEntitlementId": null,
        "upstreamPoolId": null
    },
    "json": {
        "addOns": [],
        "autoAttach": null,
        "contentOverrides": [],
        "created": "2024-09-24T08:41:19+0000",
        "description": null,
        "id": "8a8082e4922330440192233131660984",
        "name": "default_key",
        "owner": {
            "contentAccessMode": "org_environment",
            "displayName": "Donald Duck",
            "href": "/owners/donaldduck",
            "id": "8a8082e4922330440192233058460004",
            "key": "donaldduck"
        },
        "pools": [
            {
                "poolId": "8a8082e49223304401922330769c0643",
                "quantity": null
            },
            {
                "poolId": "8a8082e49223304401922330767d056f",
                "quantity": null
            },
            {
                "poolId": "8a8082e49223304401922330769c0641",
                "quantity": null
            },
            {
                "poolId": "8a8082e492233044019223307682058d",
                "quantity": null
            },
            {
                "poolId": "8a8082e49223304401922330767d056d",
                "quantity": null
            },
            {
                "poolId": "8a8082e49223304401922330767f0579",
                "quantity": null
            }
        ],
        "products": [],
        "releaseVer": {
            "releaseVer": null
        },
        "role": null,
        "serviceLevel": null,
        "updated": "2024-09-24T08:41:19+0000",
        "usage": null
    },
    "redirected": false,
    "status": 200,
    "transfer_encoding": "chunked",
    "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4922330440192233131660984/pools/8a8082e49223304401922330769c0643",
    "vary": "accept-encoding",
    "x_candlepin_request_uuid": "14cb4e04-1ce1-456f-a909-6c7011cef64c",
    "x_version": "4.4.17-1"
}

MSG:

OK (unknown bytes)

TASK [Add environments] ********************************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:160
Tuesday 22 October 2024  02:09:51 -0400 (0:00:03.258)       0:00:38.004 ******* 
ok: [managed-node1] => (item={'name': 'Environment 1', 'desc': 'The environment 1', 'id': 'envId1'}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "connection": "close",
    "content_type": "application/json",
    "cookies": {},
    "cookies_string": "",
    "date": "Tue, 22 Oct 2024 06:09:52 GMT",
    "elapsed": 0,
    "item": {
        "desc": "The environment 1",
        "id": "envId1",
        "name": "Environment 1"
    },
    "json": {
        "contentPrefix": null,
        "created": "2024-10-22T06:09:52+0000",
        "description": "The environment 1",
        "environmentContent": [],
        "id": "envId1",
        "name": "Environment 1",
        "owner": {
            "contentAccessMode": "org_environment",
            "displayName": "Donald Duck",
            "href": "/owners/donaldduck",
            "id": "8a8082e4922330440192233058460004",
            "key": "donaldduck"
        },
        "type": null,
        "updated": "2024-10-22T06:09:52+0000"
    },
    "redirected": false,
    "status": 200,
    "transfer_encoding": "chunked",
    "url": "https://candlepin.local:8443/candlepin/owners/donaldduck/environments",
    "vary": "accept-encoding",
    "x_candlepin_request_uuid": "29d6770c-e4eb-4c81-91b0-5f69feace1fe",
    "x_version": "4.4.17-1"
}

MSG:

OK (unknown bytes)
ok: [managed-node1] => (item={'name': 'Environment 2', 'desc': 'The environment 2', 'id': 'envId2'}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "connection": "close",
    "content_type": "application/json",
    "cookies": {},
    "cookies_string": "",
    "date": "Tue, 22 Oct 2024 06:09:52 GMT",
    "elapsed": 0,
    "item": {
        "desc": "The environment 2",
        "id": "envId2",
        "name": "Environment 2"
    },
    "json": {
        "contentPrefix": null,
        "created": "2024-10-22T06:09:53+0000",
        "description": "The environment 2",
        "environmentContent": [],
        "id": "envId2",
        "name": "Environment 2",
        "owner": {
            "contentAccessMode": "org_environment",
            "displayName": "Donald Duck",
            "href": "/owners/donaldduck",
            "id": "8a8082e4922330440192233058460004",
            "key": "donaldduck"
        },
        "type": null,
        "updated": "2024-10-22T06:09:53+0000"
    },
    "redirected": false,
    "status": 200,
    "transfer_encoding": "chunked",
    "url": "https://candlepin.local:8443/candlepin/owners/donaldduck/environments",
    "vary": "accept-encoding",
    "x_candlepin_request_uuid": "71cbcc28-fb88-426c-8321-e53a6b3ea648",
    "x_version": "4.4.17-1"
}

MSG:

OK (unknown bytes)

TASK [Check Candlepin works] ***************************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml:3
Tuesday 22 October 2024  02:09:53 -0400 (0:00:01.181)       0:00:39.186 ******* 
ok: [managed-node1] => {
    "changed": false,
    "connection": "close",
    "content_type": "application/json",
    "cookies": {},
    "cookies_string": "",
    "date": "Tue, 22 Oct 2024 06:09:52 GMT",
    "elapsed": 0,
    "redirected": true,
    "status": 200,
    "transfer_encoding": "chunked",
    "url": "https://candlepin.local:8443/candlepin/",
    "vary": "accept-encoding",
    "x_candlepin_request_uuid": "6286e29b-7e4a-4bd8-85ac-7a9121d55f00",
    "x_version": "4.4.17-1"
}

MSG:

OK (unknown bytes)

TASK [Skip if no test environments are set] ************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:15
Tuesday 22 October 2024  02:09:53 -0400 (0:00:00.464)       0:00:39.650 ******* 
META: end_play conditional evaluated to False, continuing play
skipping: [managed-node1] => {
    "skip_reason": "end_play conditional evaluated to False, continuing play"
}

MSG:

end_play

TASK [Ensure ansible_facts used by the test] ***********************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:22
Tuesday 22 October 2024  02:09:53 -0400 (0:00:00.040)       0:00:39.691 ******* 
ok: [managed-node1]

TASK [Register (wrong environment)] ********************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:33
Tuesday 22 October 2024  02:09:54 -0400 (0:00:00.471)       0:00:40.162 ******* 
included: fedora.linux_system_roles.rhc for managed-node1

TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ******
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3
Tuesday 22 October 2024  02:09:54 -0400 (0:00:00.017)       0:00:40.180 ******* 
included: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] *******
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3
Tuesday 22 October 2024  02:09:54 -0400 (0:00:00.015)       0:00:40.196 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Check if system is ostree] ***************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11
Tuesday 22 October 2024  02:09:54 -0400 (0:00:00.019)       0:00:40.216 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __rhc_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] ***
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16
Tuesday 22 October 2024  02:09:54 -0400 (0:00:00.015)       0:00:40.231 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __rhc_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] ***
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20
Tuesday 22 October 2024  02:09:54 -0400 (0:00:00.011)       0:00:40.243 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_distribution == \"RedHat\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] **********
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6
Tuesday 22 October 2024  02:09:54 -0400 (0:00:00.009)       0:00:40.253 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_distribution == \"RedHat\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Handle system subscription] **************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15
Tuesday 22 October 2024  02:09:54 -0400 (0:00:00.009)       0:00:40.263 ******* 
included: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1

TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] ***
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3
Tuesday 22 October 2024  02:09:54 -0400 (0:00:00.028)       0:00:40.292 ******* 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.rhc : Get subscription status] *****************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10
Tuesday 22 October 2024  02:09:55 -0400 (0:00:01.663)       0:00:41.955 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not rhc_release is none",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Call subscription-manager] ***************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23
Tuesday 22 October 2024  02:09:55 -0400 (0:00:00.021)       0:00:41.976 ******* 
fatal: [managed-node1]: FAILED! => {
    "changed": false,
    "cmd": "/sbin/subscription-manager register --org donaldduck --environment 'Ceci n'\"'\"'est pas une environment' --username doc '--********' '********'",
    "rc": 65
}

STDOUT:

Registering to: candlepin.local:8443/candlepin



STDERR:

No such environment: Ceci n'est pas une environment



MSG:

No such environment: Ceci n'est pas une environment

TASK [Assert registration failed] **********************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:57
Tuesday 22 October 2024  02:09:57 -0400 (0:00:01.704)       0:00:43.681 ******* 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Register (with existing environments)] ***********************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:63
Tuesday 22 October 2024  02:09:57 -0400 (0:00:00.016)       0:00:43.697 ******* 
included: fedora.linux_system_roles.rhc for managed-node1

TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ******
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3
Tuesday 22 October 2024  02:09:57 -0400 (0:00:00.019)       0:00:43.716 ******* 
included: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] *******
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3
Tuesday 22 October 2024  02:09:57 -0400 (0:00:00.018)       0:00:43.735 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Check if system is ostree] ***************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11
Tuesday 22 October 2024  02:09:57 -0400 (0:00:00.019)       0:00:43.754 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __rhc_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] ***
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16
Tuesday 22 October 2024  02:09:57 -0400 (0:00:00.018)       0:00:43.773 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __rhc_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] ***
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20
Tuesday 22 October 2024  02:09:57 -0400 (0:00:00.018)       0:00:43.791 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_distribution == \"RedHat\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] **********
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6
Tuesday 22 October 2024  02:09:57 -0400 (0:00:00.016)       0:00:43.807 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_distribution == \"RedHat\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Handle system subscription] **************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15
Tuesday 22 October 2024  02:09:57 -0400 (0:00:00.017)       0:00:43.825 ******* 
included: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1

TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] ***
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3
Tuesday 22 October 2024  02:09:57 -0400 (0:00:00.030)       0:00:43.856 ******* 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.rhc : Get subscription status] *****************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10
Tuesday 22 October 2024  02:09:59 -0400 (0:00:01.729)       0:00:45.586 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not rhc_release is none",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Call subscription-manager] ***************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23
Tuesday 22 October 2024  02:09:59 -0400 (0:00:00.015)       0:00:45.601 ******* 
changed: [managed-node1] => {
    "changed": true,
    "subscribed_pool_ids": []
}

MSG:

System successfully registered to 'candlepin.local'.

TASK [fedora.linux_system_roles.rhc : Set or unset the release] ****************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:49
Tuesday 22 October 2024  02:10:07 -0400 (0:00:07.803)       0:00:53.405 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not rhc_release is none",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Configure repositories] ******************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:58
Tuesday 22 October 2024  02:10:07 -0400 (0:00:00.017)       0:00:53.422 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18
Tuesday 22 October 2024  02:10:07 -0400 (0:00:00.013)       0:00:53.436 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_distribution == \"RedHat\"",
    "skip_reason": "Conditional result was False"
}

TASK [Get enabled environments] ************************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:92
Tuesday 22 October 2024  02:10:07 -0400 (0:00:00.012)       0:00:53.449 ******* 
included: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/list_environments.yml for managed-node1

TASK [Run subscription-manager environments --list-enabled] ********************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/list_environments.yml:3
Tuesday 22 October 2024  02:10:07 -0400 (0:00:00.017)       0:00:53.466 ******* 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -euo pipefail\nsubscription-manager environments --list-enabled |\nawk -F':' '/^Name/ {gsub(/^[ \\t]+|[ \\t]+$/, \"\", $2); print $2}'\n",
    "delta": "0:00:00.456806",
    "end": "2024-10-22 02:10:08.132695",
    "rc": 0,
    "start": "2024-10-22 02:10:07.675889"
}

STDOUT:

Environment 2

TASK [Check environments to enable are enabled] ********************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:95
Tuesday 22 October 2024  02:10:08 -0400 (0:00:00.821)       0:00:54.288 ******* 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Unregister] **************************************************************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_environments.yml:103
Tuesday 22 October 2024  02:10:08 -0400 (0:00:00.020)       0:00:54.309 ******* 
included: fedora.linux_system_roles.rhc for managed-node1

TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ******
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3
Tuesday 22 October 2024  02:10:08 -0400 (0:00:00.019)       0:00:54.328 ******* 
included: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] *******
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3
Tuesday 22 October 2024  02:10:08 -0400 (0:00:00.014)       0:00:54.343 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Check if system is ostree] ***************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11
Tuesday 22 October 2024  02:10:08 -0400 (0:00:00.014)       0:00:54.357 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __rhc_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] ***
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16
Tuesday 22 October 2024  02:10:08 -0400 (0:00:00.011)       0:00:54.369 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not __rhc_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] ***
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20
Tuesday 22 October 2024  02:10:08 -0400 (0:00:00.011)       0:00:54.381 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_distribution == \"RedHat\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] **********
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6
Tuesday 22 October 2024  02:10:08 -0400 (0:00:00.009)       0:00:54.391 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_distribution == \"RedHat\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Handle system subscription] **************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15
Tuesday 22 October 2024  02:10:08 -0400 (0:00:00.011)       0:00:54.403 ******* 
included: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1

TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] ***
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3
Tuesday 22 October 2024  02:10:08 -0400 (0:00:00.020)       0:00:54.424 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "rhc_state | d('present') == \"present\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Get subscription status] *****************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10
Tuesday 22 October 2024  02:10:08 -0400 (0:00:00.016)       0:00:54.440 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "rhc_state | d(\"present\") == \"present\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Call subscription-manager] ***************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23
Tuesday 22 October 2024  02:10:08 -0400 (0:00:00.017)       0:00:54.457 ******* 
changed: [managed-node1] => {
    "changed": true
}

MSG:

System successfully unregistered from None.

TASK [fedora.linux_system_roles.rhc : Set or unset the release] ****************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:49
Tuesday 22 October 2024  02:10:11 -0400 (0:00:02.997)       0:00:57.455 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "rhc_state | d(\"present\") in [\"present\", \"reconnect\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.rhc : Configure repositories] ******************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:58
Tuesday 22 October 2024  02:10:11 -0400 (0:00:00.013)       0:00:57.469 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************
task path: /tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18
Tuesday 22 October 2024  02:10:11 -0400 (0:00:00.009)       0:00:57.479 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_distribution == \"RedHat\"",
    "skip_reason": "Conditional result was False"
}

PLAY RECAP *********************************************************************
managed-node1              : ok=41   changed=2    unreachable=0    failed=0    skipped=27   rescued=1    ignored=0   

Tuesday 22 October 2024  02:10:11 -0400 (0:00:00.015)       0:00:57.494 ******* 
=============================================================================== 
Wait for started Candlepin --------------------------------------------- 19.64s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:117 
fedora.linux_system_roles.rhc : Call subscription-manager --------------- 7.80s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 
Add pools for product 7050 to default_key activation key ---------------- 3.26s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:149 
fedora.linux_system_roles.rhc : Call subscription-manager --------------- 3.00s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 
Update system certificates store ---------------------------------------- 2.29s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:110 
Install needed packages ------------------------------------------------- 1.91s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 
fedora.linux_system_roles.rhc : Ensure required packages are installed --- 1.73s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 
fedora.linux_system_roles.rhc : Call subscription-manager --------------- 1.70s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 
Ensure directories exist ------------------------------------------------ 1.70s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:71 
fedora.linux_system_roles.rhc : Ensure required packages are installed --- 1.66s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 
Add environments -------------------------------------------------------- 1.18s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:160 
Stop and remove Candlepin container ------------------------------------- 1.15s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:38 
Copy Candlepin CA certificate for subscription-manager ------------------ 1.04s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:92 
Copy product certificates ----------------------------------------------- 0.99s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:81 
Copy Candlepin CA certificate for system -------------------------------- 0.97s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:101 
Query for default_key activation key ------------------------------------ 0.92s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:133 
Get pools for product 7050 ---------------------------------------------- 0.85s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:141 
Run subscription-manager environments --list-enabled -------------------- 0.82s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/list_environments.yml:3 
Get facts for external test data ---------------------------------------- 0.73s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9 
Start Candlepin container ----------------------------------------------- 0.63s
/tmp/collections-7iZ/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:50