2bit Thoughts
  • Home
  • Author
Subscribe

git

A collection of 2 posts
ansible

Testing an Ansible Collection - Part 2 - Testing the Collection

There are different aspects to testing a collection you intend to publish to Ansible Galaxy.  Flake8 and ansible-lint are run, and meta/runtime.yml must be present in order to successfully import your collection.  Once again, test everything you can beforehand, because there is no deleting content once accepted by
Feb 18, 2022 2 min read
git

Retag a Git Commit

Sometimes, GitHub actions are hard to test with, and it takes multiple pushes to get right.  This is especially annoying when it's just the GitHub action you're trying to figure out. If you want to just re-tag a commit do this: git tag -f git push origin --force # eg. # git
Dec 21, 2021
2bit Thoughts © 2023
Powered by Ghost