redhat-cop / infra.leapp

Collection of Ansible roles for automating RHEL in-place upgrades using Leapp.
MIT License
43 stars 33 forks source link

[RFE] remediate role support for RHEL 7 #184

Open sahara101 opened 2 months ago

sahara101 commented 2 months ago

Hi!

any chance to use remediation on rhel7?

Thanks!

sahara101 commented 2 months ago

I also get this:

ERROR! the role 'infra.leapp.remediate' was not found in /etc/ansible/books/roles:/etc/ansible/roles:/etc/ansible/books

The error appears to be in '/etc/ansible/books/remediate.yml': line 18, column 15, but may be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  ansible.builtin.import_role:
    name: infra.leapp.remediate
          ^ here
djdanielsson commented 2 months ago

I do not believe there has been a release since remediate role was added, and I am pretty sure it states that it only supports RHEL8

sahara101 commented 2 months ago

Yes, true. I was asking if you plan to support 7to8 Also, I cannot understand why I get that error? That one should not have anything to do with rhel version?

Thanks!

djdanielsson commented 2 months ago

because we have not done a release yet that includes remediation so unless you are pulling from git to build the collection, it is saying it is missing because it doesn't exist in the current 1.1.0 version.

swapdisk commented 2 months ago

I'm working on getting a new 1.2.0 release pushed out in the next day or so. Thanks!

sahara101 commented 2 months ago

sounds good, thanks A LOT!