-
Notifications
You must be signed in to change notification settings - Fork 1
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
Lineage pull request for: skeleton #102
Commits on May 21, 2024
-
Pin ansible-core when running the ansible-lint linter
New versions of ansible-core (2.16.7 and 2.17.0) have been released that do not suffer from the bug discussed in ansible/ansible#82702. This bug broke any symlinked files in vars, tasks, etc. for any Ansible role installed via ansible-galaxy. All versions later than ansible-core 2.16.7 and 2.17.0 should function as expected. Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 07e2b60 - Browse repository at this point
Copy the full SHA 07e2b60View commit details -
The line is not only unnecessary, it was commented out to boot!
Configuration menu - View commit details
-
Copy full SHA for c74e5db - Browse repository at this point
Copy the full SHA c74e5dbView commit details -
Explain why ansible may need to be added as a dependency for ansible-…
…lint On its own ansible-lint does not pull in ansible, only ansible-core. Therefore, if an Ansible module lives in ansible instead of ansible-core, the linter will complain that the module is unknown. In these cases it is necessary to add the ansible package itself as an additional dependency, with the same pinning as is done in requirements-test.txt of cisagov/skeleton-ansible-role.
Configuration menu - View commit details
-
Copy full SHA for 2e53e0d - Browse repository at this point
Copy the full SHA 2e53e0dView commit details
Commits on Jun 6, 2024
-
Update pre-commit hook versions
This is done automatically with the `pre-commit autoupdate` command. The pre-commit/mirrors-prettier was manually held back because the latest tags are for alpha releases of the next major version.
Configuration menu - View commit details
-
Copy full SHA for f51fe62 - Browse repository at this point
Copy the full SHA f51fe62View commit details -
Manually update the prettier hook
Use the latest v3 release available from NPM.
Configuration menu - View commit details
-
Copy full SHA for 8e55b8e - Browse repository at this point
Copy the full SHA 8e55b8eView commit details -
Correct commented-out ansible pin
The pin now agrees with what is in cisagov/skeleton-ansible-role. Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c617bb9 - Browse repository at this point
Copy the full SHA c617bb9View commit details -
Merge pull request #183 from cisagov/maintenance/update_pre-commit_hooks
Update `pre-commit` hooks
Configuration menu - View commit details
-
Copy full SHA for de92c3c - Browse repository at this point
Copy the full SHA de92c3cView commit details -
Merge pull request #182 from cisagov/improvement/pin-packages-for-ans…
…ible-lint Pin packages for `ansible-lint`
Configuration menu - View commit details
-
Copy full SHA for 7ddea47 - Browse repository at this point
Copy the full SHA 7ddea47View commit details -
Merge https://github.com/cisagov/skeleton-generic into lineage/skeleton
mcdonnnj committedJun 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 0e7d723 - Browse repository at this point
Copy the full SHA 0e7d723View commit details
Commits on Sep 20, 2024
-
Merge pull request #218 from cisagov/lineage/skeleton
Lineage pull request for: skeleton
Configuration menu - View commit details
-
Copy full SHA for aa8b6dd - Browse repository at this point
Copy the full SHA aa8b6ddView commit details -
Merge https://github.com/cisagov/skeleton-tf-module into lineage/skel…
…eton
jsf9k committedSep 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 9c7bc13 - Browse repository at this point
Copy the full SHA 9c7bc13View commit details