Uploaded image for project: 'Ansible Cloud Automation'
  1. Ansible Cloud Automation
  2. ACA-1976

[community.aws/1751] aws_ssm connection plugin - Windows Update Invalid Literal For Int

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False

      https://github.com/ansible-collections/community.aws/issues/1751

          1. Summary

      I am attempting to run ansible.windows.win_updates on a Windows 2019 EC2 instance using the ssm connection plugin. When I do so, I get:

      ```
      The full traceback is:
      Traceback (most recent call last):
      File "/home/ec2-user/ansible/lib64/python3.7/site-packages/ansible_collections/ansible/windows/plugins/action/win_updates.py", line 761, in run
      result = self._run_sync(task_vars, module_options, reboot, reboot_timeout)
      File "/home/ec2-user/ansible/lib64/python3.7/site-packages/ansible_collections/ansible/windows/plugins/action/win_updates.py", line 834, in _run_sync
      update_result = self._run_updates(task_vars, module_options, poll_script_path, cancel_script_path)
      File "/home/ec2-user/ansible/lib64/python3.7/site-packages/ansible_collections/ansible/windows/plugins/action/win_updates.py", line 915, in _run_updates
      entries, offset = self._poll_result(poll_script_path, output_path, offset)
      File "/home/ec2-user/ansible/lib64/python3.7/site-packages/ansible_collections/ansible/windows/plugins/action/win_updates.py", line 964, in _poll_result
      offset = int(lines.pop(-1))
      ValueError: invalid literal for int() with base 10: '{"task":"search_result","result":{"updates":[{"impact":"Normal","categories":["Security Updates"],"revision_number":1,"auto_download":"AlwaysAutoDownload","deployment_action":"Installation","descript
      fatal: [PatchyTheMagicDragon]: FAILED! => {
      "changed": false,
      "failed_update_count": 0,
      "filtered_updates": [],
      "found_update_count": 0,
      "installed_update_count": 0,
      "invocation": {
      "module_args":

      { "accept_list": null, "category_names": [ "*" ], "log_path": "C:\\ansible_wu.txt", "reboot": true, "reboot_timeout": 1200, "reject_list": null, "server_selection": "default", "skip_optional": false, "state": "installed", "use_scheduled_task": false }

      },
      "msg": "invalid literal for int() with base 10: '{\"task\":\"search_result\",\"result\":{\"updates\":[

      {\"impact\":\"Normal\",\"categories\":[\"Security Updates\"],\"revision_number\":1,\"auto_download\":\"AlwaysAutoDownload\",\"deployment_action\":\"Installation\",\"descript", "updates": [] }

      ```

          1. Issue Type

      Bug Report

          1. Component Name

      aws_ssm.py

          1. Ansible Version

      ```
      ansible [core 2.11.12]
      config file = None
      configured module search path = ['/home/ec2-user/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
      ansible python module location = /home/ec2-user/ansible/lib64/python3.7/site-packages/ansible
      ansible collection location = /home/ec2-user/.ansible/collections:/usr/share/ansible/collections
      executable location = /home/ec2-user/ansible/bin/ansible
      python version = 3.7.16 (default, Dec 15 2022, 23:24:54) [GCC 7.3.1 20180712 (Red Hat 7.3.1-15)]
      jinja version = 3.1.2
      libyaml = True
      ```

          1. Collection Versions

      ```

      1. /home/ec2-user/ansible/lib64/python3.7/site-packages/ansible_collections
        Collection Version
                                                              • -------
                                                                amazon.aws 1.5.1
                                                                ansible.netcommon 2.5.0
                                                                ansible.posix 1.3.0
                                                                ansible.utils 2.4.3
                                                                ansible.windows 1.8.0
                                                                arista.eos 2.2.0
                                                                awx.awx 19.4.0
                                                                azure.azcollection 1.10.0
                                                                check_point.mgmt 2.2.0
                                                                chocolatey.chocolatey 1.1.0
                                                                cisco.aci 2.1.0
                                                                cisco.asa 2.1.0
                                                                cisco.intersight 1.0.18
                                                                cisco.ios 2.6.0
                                                                cisco.iosxr 2.6.0
                                                                cisco.meraki 2.5.0
                                                                cisco.mso 1.2.0
                                                                cisco.nso 1.0.3
                                                                cisco.nxos 2.8.2
                                                                cisco.ucs 1.6.0
                                                                cloudscale_ch.cloud 2.2.0
                                                                community.aws 1.5.0
                                                                community.azure 1.1.0
                                                                community.crypto 1.9.8
                                                                community.digitalocean 1.13.0
                                                                community.docker 1.10.2
                                                                community.fortios 1.0.0
                                                                community.general 3.8.3
                                                                community.google 1.0.0
                                                                community.grafana 1.3.0
                                                                community.hashi_vault 1.5.0
                                                                community.hrobot 1.2.1
                                                                community.kubernetes 1.2.1
                                                                community.kubevirt 1.0.0
                                                                community.libvirt 1.0.2
                                                                community.mongodb 1.3.2
                                                                community.mysql 2.3.2
                                                                community.network 3.0.0
                                                                community.okd 1.1.2
                                                                community.postgresql 1.6.0
                                                                community.proxysql 1.3.0
                                                                community.rabbitmq 1.1.0
                                                                community.routeros 1.2.0
                                                                community.skydive 1.0.0
                                                                community.sops 1.2.0
                                                                community.vmware 1.17.0
                                                                community.windows 1.8.0
                                                                community.zabbix 1.5.1
                                                                containers.podman 1.9.0
                                                                cyberark.conjur 1.1.0
                                                                cyberark.pas 1.0.13
                                                                dellemc.enterprise_sonic 1.1.0
                                                                dellemc.openmanage 3.6.0
                                                                dellemc.os10 1.1.1
                                                                dellemc.os6 1.0.7
                                                                dellemc.os9 1.0.4
                                                                f5networks.f5_modules 1.13.0
                                                                fortinet.fortimanager 2.1.4
                                                                fortinet.fortios 2.1.3
                                                                frr.frr 1.0.3
                                                                gluster.gluster 1.0.2
                                                                google.cloud 1.0.2
                                                                hetzner.hcloud 1.6.0
                                                                hpe.nimble 1.1.4
                                                                ibm.qradar 1.0.3
                                                                infinidat.infinibox 1.3.0
                                                                inspur.sm 1.3.0
                                                                junipernetworks.junos 2.8.0
                                                                kubernetes.core 1.2.1
                                                                mellanox.onyx 1.0.0
                                                                netapp.aws 21.7.0
                                                                netapp.azure 21.10.0
                                                                netapp.cloudmanager 21.12.1
                                                                netapp.elementsw 21.7.0
                                                                netapp.ontap 21.14.1
                                                                netapp.um_info 21.8.0
                                                                netapp_eseries.santricity 1.2.13
                                                                netbox.netbox 3.4.0
                                                                ngine_io.cloudstack 2.2.2
                                                                ngine_io.exoscale 1.0.0
                                                                ngine_io.vultr 1.1.0
                                                                openstack.cloud 1.5.3
                                                                openvswitch.openvswitch 2.1.0
                                                                ovirt.ovirt 1.6.6
                                                                purestorage.flasharray 1.11.0
                                                                purestorage.flashblade 1.8.1
                                                                sensu.sensu_go 1.12.0
                                                                servicenow.servicenow 1.0.6
                                                                splunk.es 1.0.2
                                                                t_systems_mms.icinga_director 1.26.0
                                                                theforeman.foreman 2.2.0
                                                                vyos.vyos 2.6.0
                                                                wti.remote 1.0.3
      1. /home/ec2-user/.ansible/collections/ansible_collections
        Collection Version
                              • -------
                                amazon.aws 5.3.0
                                community.aws 5.3.0
      1. /home/ec2-user/ansible/lib/python3.7/site-packages/ansible_collections
        Collection Version
                                                              • -------
                                                                amazon.aws 1.5.1
                                                                ansible.netcommon 2.5.0
                                                                ansible.posix 1.3.0
                                                                ansible.utils 2.4.3
                                                                ansible.windows 1.8.0
                                                                arista.eos 2.2.0
                                                                awx.awx 19.4.0
                                                                azure.azcollection 1.10.0
                                                                check_point.mgmt 2.2.0
                                                                chocolatey.chocolatey 1.1.0
                                                                cisco.aci 2.1.0
                                                                cisco.asa 2.1.0
                                                                cisco.intersight 1.0.18
                                                                cisco.ios 2.6.0
                                                                cisco.iosxr 2.6.0
                                                                cisco.meraki 2.5.0
                                                                cisco.mso 1.2.0
                                                                cisco.nso 1.0.3
                                                                cisco.nxos 2.8.2
                                                                cisco.ucs 1.6.0
                                                                cloudscale_ch.cloud 2.2.0
                                                                community.aws 1.5.0
                                                                community.azure 1.1.0
                                                                community.crypto 1.9.8
                                                                community.digitalocean 1.13.0
                                                                community.docker 1.10.2
                                                                community.fortios 1.0.0
                                                                community.general 3.8.3
                                                                community.google 1.0.0
                                                                community.grafana 1.3.0
                                                                community.hashi_vault 1.5.0
                                                                community.hrobot 1.2.1
                                                                community.kubernetes 1.2.1
                                                                community.kubevirt 1.0.0
                                                                community.libvirt 1.0.2
                                                                community.mongodb 1.3.2
                                                                community.mysql 2.3.2
                                                                community.network 3.0.0
                                                                community.okd 1.1.2
                                                                community.postgresql 1.6.0
                                                                community.proxysql 1.3.0
                                                                community.rabbitmq 1.1.0
                                                                community.routeros 1.2.0
                                                                community.skydive 1.0.0
                                                                community.sops 1.2.0
                                                                community.vmware 1.17.0
                                                                community.windows 1.8.0
                                                                community.zabbix 1.5.1
                                                                containers.podman 1.9.0
                                                                cyberark.conjur 1.1.0
                                                                cyberark.pas 1.0.13
                                                                dellemc.enterprise_sonic 1.1.0
                                                                dellemc.openmanage 3.6.0
                                                                dellemc.os10 1.1.1
                                                                dellemc.os6 1.0.7
                                                                dellemc.os9 1.0.4
                                                                f5networks.f5_modules 1.13.0
                                                                fortinet.fortimanager 2.1.4
                                                                fortinet.fortios 2.1.3
                                                                frr.frr 1.0.3
                                                                gluster.gluster 1.0.2
                                                                google.cloud 1.0.2
                                                                hetzner.hcloud 1.6.0
                                                                hpe.nimble 1.1.4
                                                                ibm.qradar 1.0.3
                                                                infinidat.infinibox 1.3.0
                                                                inspur.sm 1.3.0
                                                                junipernetworks.junos 2.8.0
                                                                kubernetes.core 1.2.1
                                                                mellanox.onyx 1.0.0
                                                                netapp.aws 21.7.0
                                                                netapp.azure 21.10.0
                                                                netapp.cloudmanager 21.12.1
                                                                netapp.elementsw 21.7.0
                                                                netapp.ontap 21.14.1
                                                                netapp.um_info 21.8.0
                                                                netapp_eseries.santricity 1.2.13
                                                                netbox.netbox 3.4.0
                                                                ngine_io.cloudstack 2.2.2
                                                                ngine_io.exoscale 1.0.0
                                                                ngine_io.vultr 1.1.0
                                                                openstack.cloud 1.5.3
                                                                openvswitch.openvswitch 2.1.0
                                                                ovirt.ovirt 1.6.6
                                                                purestorage.flasharray 1.11.0
                                                                purestorage.flashblade 1.8.1
                                                                sensu.sensu_go 1.12.0
                                                                servicenow.servicenow 1.0.6
                                                                splunk.es 1.0.2
                                                                t_systems_mms.icinga_director 1.26.0
                                                                theforeman.foreman 2.2.0
                                                                vyos.vyos 2.6.0
                                                                wti.remote 1.0.3
                                                                ```
          1. AWS SDK versions

      ```
      WARNING: Package(s) not found: boto
      Name: boto3
      Version: 1.26.93
      Summary: The AWS SDK for Python
      Home-page: https://github.com/boto/boto3
      Author: Amazon Web Services
      Author-email:
      License: Apache License 2.0
      Location: /home/ec2-user/ansible/lib/python3.7/site-packages
      Requires: botocore, jmespath, s3transfer
      Required-by:

      Name: botocore
      Version: 1.29.93
      Summary: Low-level, data-driven core of boto 3.
      Home-page: https://github.com/boto/botocore
      Author: Amazon Web Services
      Author-email:
      License: Apache License 2.0
      Location: /home/ec2-user/ansible/lib/python3.7/site-packages
      Requires: jmespath, python-dateutil, urllib3
      Required-by: boto3, s3transfer

      ```

          1. Configuration

      ```console (paste below)
      No output

      ```

          1. OS / Environment

      Amazon Linux 2 ansible workstation
      Windows Server 2019 target host

          1. Steps to Reproduce

      <!--- Paste example playbooks or commands between quotes below -->
      ```yaml (paste below)

      • name: Patching | Windows - Install All Updates
        ansible.windows.win_updates:
        category_names: '*'
        reboot: yes
        log_path: C:\ansible_wu.txt
        when: ansible_facts['os_family'] == "Windows"
        ```
          1. Expected Results

      I expect the machine to patch

          1. Actual Results

      The task fails:

      ```console (paste below)
      The full traceback is:
      Traceback (most recent call last):
      File "/home/ec2-user/ansible/lib64/python3.7/site-packages/ansible_collections/ansible/windows/plugins/action/win_updates.py", line 761, in run
      result = self._run_sync(task_vars, module_options, reboot, reboot_timeout)
      File "/home/ec2-user/ansible/lib64/python3.7/site-packages/ansible_collections/ansible/windows/plugins/action/win_updates.py", line 834, in _run_sync
      update_result = self._run_updates(task_vars, module_options, poll_script_path, cancel_script_path)
      File "/home/ec2-user/ansible/lib64/python3.7/site-packages/ansible_collections/ansible/windows/plugins/action/win_updates.py", line 915, in _run_updates
      entries, offset = self._poll_result(poll_script_path, output_path, offset)
      File "/home/ec2-user/ansible/lib64/python3.7/site-packages/ansible_collections/ansible/windows/plugins/action/win_updates.py", line 964, in _poll_result
      offset = int(lines.pop(-1))
      ValueError: invalid literal for int() with base 10: '{"task":"search_result","result":{"updates":[{"impact":"Normal","categories":["Security Updates"],"revision_number":1,"auto_download":"AlwaysAutoDownload","deployment_action":"Installation","descript
      fatal: [PatchyTheMagicDragon]: FAILED! => {
      "changed": false,
      "failed_update_count": 0,
      "filtered_updates": [],
      "found_update_count": 0,
      "installed_update_count": 0,
      "invocation": {
      "module_args":

      { "accept_list": null, "category_names": [ "*" ], "log_path": "C:\\ansible_wu.txt", "reboot": true, "reboot_timeout": 1200, "reject_list": null, "server_selection": "default", "skip_optional": false, "state": "installed", "use_scheduled_task": false }

      },
      "msg": "invalid literal for int() with base 10: '{\"task\":\"search_result\",\"result\":{\"updates\":[

      {\"impact\":\"Normal\",\"categories\":[\"Security Updates\"],\"revision_number\":1,\"auto_download\":\"AlwaysAutoDownload\",\"deployment_action\":\"Installation\",\"descript", "updates": [] }

      ```

          1. Code of Conduct
      • [X] I agree to follow the Ansible Code of Conduct

              Unassigned Unassigned
              jrouleau Jill Rouleau
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: