Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update ansible requirement from <6.6.0 to <10.2.0 #311

Closed
wants to merge 2 commits into from

Commits on Mar 14, 2023

  1. Removing Ansible as a package dep.

    You can't run ansible without is already being installed. There are some
    packaging dep conflicts in installing ansible from RPMs on RHEL in the
    shared labs. This requirement will always hit that problem. Since
    ansible has to be already installed to get to this point there's no
    reason for it to be required here. If it's been installed by pip instead
    of RPM then the deploy can't continue.
    radez committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    4aeab3f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. build(deps): update ansible requirement from <6.6.0 to <10.2.0

    Updates the requirements on [ansible](https://github.com/ansible-community/ansible-build-data) to permit the latest version.
    - [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md)
    - [Commits](ansible-community/ansible-build-data@2.10.0a1...10.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: ansible
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    dabc929 View commit details
    Browse the repository at this point in the history