<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Thank you, that worked (after setting my proxy environment
      variables).</p>
    <p>Ben.<br>
    </p>
    <div class="moz-cite-prefix">On 6/5/21 8:04 pm, Matthias Dellweg
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAG+ryNwe7an2sxutV8n4d5fsGERCkopz+KG9t5JJWUtFzyd95g@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>I think it needs to be "ansible-galaxy collection install
          --force pulp.pulp_installer". There is no upgrade subcommand.</div>
        <div>See also <a
href="https://docs.ansible.com/ansible/devel/user_guide/collections_using.html#installing-collections"
            moz-do-not-send="true">https://docs.ansible.com/ansible/devel/user_guide/collections_using.html#installing-collections</a></div>
        <div><br>
        </div>
        <div>Best of luck!</div>
        <div>  Matthias<br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Thu, May 6, 2021 at 1:52 AM
          Ben Stanley <<a href="mailto:ben.stanley@gmail.com"
            moz-do-not-send="true">ben.stanley@gmail.com</a>> wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div>
            <p><br>
            </p>
            <p>Matthias,</p>
            <p>I tried --force, but I couldn't get it to work.<br>
            </p>
            <p>[root@honeybee plans]# ansible-galaxy collection upgrade
              --force pulp.pulp_installer:==3.12.2<br>
              usage: ansible-galaxy collection [-h] COLLECTION_ACTION
              ...<br>
              ansible-galaxy collection: error: argument
              COLLECTION_ACTION: invalid choice: u'upgrade' (choose from
              'init', 'build', 'publish', 'install')<br>
              [root@honeybee plans]# ansible-galaxy collection upgrade
              pulp.pulp_installer:==3.12.2 --force<br>
              usage: ansible-galaxy collection [-h] COLLECTION_ACTION
              ...<br>
              ansible-galaxy collection: error: argument
              COLLECTION_ACTION: invalid choice: u'upgrade' (choose from
              'init', 'build', 'publish', 'install')<br>
              [root@honeybee plans]# ansible-galaxy collection --force
              upgrade pulp.pulp_installer:==3.12.2<br>
              usage: ansible-galaxy collection [-h] COLLECTION_ACTION
              ...<br>
              ansible-galaxy collection: error: argument
              COLLECTION_ACTION: invalid choice: u'upgrade' (choose from
              'init', 'build', 'publish', 'install')<br>
            </p>
            <p>Any other ideas?<br>
            </p>
            <p>Ben.<br>
            </p>
            <div>On 5/5/21 6:19 pm, Matthias Dellweg wrote:<br>
            </div>
            <blockquote type="cite">
              <div dir="ltr">
                <div>Hello Ben,</div>
                <div>as far as i remember "--force" is needed with the
                  ansible-galaxy command to (re-)install any already
                  installed collection. Even if the collection is
                  available in a newer version.</div>
                <div>I'm sorry for the inconvenience.</div>
                <div>Matthias<br>
                </div>
              </div>
              <br>
              <div class="gmail_quote">
                <div dir="ltr" class="gmail_attr">On Wed, May 5, 2021 at
                  8:10 AM Ben Stanley <<a
                    href="mailto:ben.stanley@gmail.com" target="_blank"
                    moz-do-not-send="true">ben.stanley@gmail.com</a>>
                  wrote:<br>
                </div>
                <blockquote class="gmail_quote" style="margin:0px 0px
                  0px 0.8ex;border-left:1px solid
                  rgb(204,204,204);padding-left:1ex">
                  <div>
                    <p>Hello Tanya,<br>
                    </p>
                    <p>I tried to upgrade my pulp.pulp_installer, but I
                      got an error:</p>
                    <p>[root@honeybee ]# ansible-galaxy collection
                      install pulp.pulp_installer:==3.12.2<br>
                      Process install dependency map<br>
                      ERROR! Cannot meet requirement
                      pulp.pulp_installer:==3.12.2 as it is already
                      installed at version '3.12.0'. Use --force to
                      overwrite<br>
                      [root@honeybee ]#<br>
                    </p>
                    <div>Sorry I'm no expert on ansible or
                      ansible-galaxy.<br>
                    </div>
                    <div>Could you please explain how I can upgrade
                      pulp.pulp_installer?</div>
                    <div><br>
                    </div>
                    <div>Thanks,</div>
                    <div>Ben Stanley<br>
                    </div>
                    <div><br>
                    </div>
                    <div>On 4/5/21 4:14 am, Tanya Tereshchenko wrote:<br>
                    </div>
                    <blockquote type="cite">
                      <div dir="ltr">Pulpcore 3.12.2 is now available
                        [0].<br>
                        This release contains a backport which fixes
                        handling of repositories with non-sha256
                        checksums.<br>
                        <br>
                        For more details, see the 3.12.2 changelog [1].<br>
                        <br>
                        # Installation and Upgrade<br>
                        <br>
                        Users should use the 3.12.2 release of
                        pulp_installer [2] to install or upgrade their
                        installations.<br>
                        This version of the installer will check
                        compatibility of all installed plugins with
                        pulpcore 3.12. The installer will abort if any
                        plugin is incompatible.<br>
                        <br>
                        The 3.12.2 pulp_installer collection can be
                        installed from Ansible Galaxy with the following
                        command:<br>
                        <br>
                            ansible-galaxy collection install
                        pulp.pulp_installer:==3.12.2
                        <div><br>
                        </div>
                        <div>For installer fixes included in 3.12.2
                          release, see its changelog [3].<br>
                          <br>
                          [0] <a
                            href="https://pypi.org/project/pulpcore/3.12.2/"
                            target="_blank" moz-do-not-send="true">https://pypi.org/project/pulpcore/3.12.2/</a><br>
                          [1] <a
                            href="https://docs.pulpproject.org/pulpcore/en/3.12.2/changes.html#id1"
                            target="_blank" moz-do-not-send="true">https://docs.pulpproject.org/pulpcore/en/3.12.2/changes.html#id1</a><br>
                          [2] <a
                            href="https://galaxy.ansible.com/pulp/pulp_installer"
                            target="_blank" moz-do-not-send="true">https://galaxy.ansible.com/pulp/pulp_installer</a><br>
                          <div>[3] <a
href="https://pulp-installer.readthedocs.io/en/latest/CHANGES/#3122-2021-04-30"
                              target="_blank" moz-do-not-send="true">https://pulp-installer.readthedocs.io/en/latest/CHANGES/#3122-2021-04-30</a><br>
                          </div>
                        </div>
                      </div>
                      <br>
                      <fieldset></fieldset>
                      <pre>_______________________________________________
Pulp-list mailing list
<a href="mailto:Pulp-list@redhat.com" target="_blank" moz-do-not-send="true">Pulp-list@redhat.com</a>
<a href="https://listman.redhat.com/mailman/listinfo/pulp-list" target="_blank" moz-do-not-send="true">https://listman.redhat.com/mailman/listinfo/pulp-list</a></pre>
                    </blockquote>
                  </div>
                  _______________________________________________<br>
                  Pulp-list mailing list<br>
                  <a href="mailto:Pulp-list@redhat.com" target="_blank"
                    moz-do-not-send="true">Pulp-list@redhat.com</a><br>
                  <a
                    href="https://listman.redhat.com/mailman/listinfo/pulp-list"
                    rel="noreferrer" target="_blank"
                    moz-do-not-send="true">https://listman.redhat.com/mailman/listinfo/pulp-list</a></blockquote>
              </div>
            </blockquote>
          </div>
        </blockquote>
      </div>
    </blockquote>
  </body>
</html>