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

refactor: drop support for ansible-core 2.11 and 2.12 #157

Merged
merged 4 commits into from
Feb 10, 2024

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    2e79528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d06dfac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e5beee View commit details
    Browse the repository at this point in the history
  4. fix(ci): set python to minimum required by project

    3.12 resulted in the following error for ansible-6,ansible-7:
    ```
    [1;35merror when attempting to call Galaxy at 'https://galaxy.ansible.com/api/':[0m
    [1;35mHTTPSConnection.__init__() got an unexpected keyword argument 'cert_file'.[0m
    [1;35mHTTPSConnection.__init__() got an unexpected keyword argument 'cert_file'[0m
    [0;31mERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.[0m
    ```
    cause: ansible pull 80751, which was only backported to  direct previous (ansible-8)
    JonasPammer committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    0c89fb4 View commit details
    Browse the repository at this point in the history