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

added pre-commit configuration for ansible-lint #93

Merged
merged 11 commits into from
Sep 25, 2023

Commits on Sep 25, 2023

  1. added pre-commit configuration for ansible-lint

    - updated .ansible-lint
    - added .yamllint
    - added missing collection used by linux/temp_sudo.yml
    
    no lint errors were fixed in this commit, only the scaffolding
    for using pre-commit was put in place.
    jce-redhat committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    17b89e0 View commit details
    Browse the repository at this point in the history
  2. set offline mode

    jce-redhat committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d9b3dcf View commit details
    Browse the repository at this point in the history
  3. fixed ansible-lint errors

    jce-redhat committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b478764 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a492e06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    829d966 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6909966 View commit details
    Browse the repository at this point in the history
  7. updated github build action

    - ansible-lint-action action is deprecated, switching to ansible-lint
      action at https://github.com/marketplace/actions/run-ansible-lint
    - pinned ansible-lint version to match the same one in
      .pre-commit-config.yaml
    jce-redhat committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    115f6de View commit details
    Browse the repository at this point in the history
  8. ansible-lint action updates

    - named build action
    - removed unneeded call to actions/checkout@v3
    - updated ansible.cfg galaxy server configuration per current
      documentation
    jce-redhat committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    348e21f View commit details
    Browse the repository at this point in the history
  9. trying different hub URL

    jce-redhat committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    1bd51f8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fadc8d0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f3412b5 View commit details
    Browse the repository at this point in the history