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 single, and bulk, playbooks #0000 #123

Merged
merged 6 commits into from
Jan 25, 2025

Conversation

mhitza
Copy link
Collaborator

@mhitza mhitza commented Jan 25, 2025

Simplifies root-level playbooks, by reducing their numbers, especially around bulk operations, and giving those playbooks more suggestive names.

Types of changes

  • feat: non-breaking change which adds new functionality
  • fix: non-breaking change which fixes a bug or an issue
  • chore(deps): changes to dependencies
  • test: adds or modifies a test
  • docs: creates or updates documentation
  • style: changes that do not affect the meaning or function of code (e.g. formatting, whitespace, missing semi-colons etc.)
  • perf: code change that improves performance
  • revert: reverts a commit
  • refactor: code change that neither fix a bug nor add a new feature
  • ci: changes to continuous integration or continuous delivery scripts or configuration files
  • chore: general tasks or anything that doesn't fit the other commit types
  • Breaking change: fix or feature that would cause existing functionality to not work as expected

Checklist

@mhitza mhitza changed the title Refactor single bulk playbooks #0000 Refactor single, and bulk, playbooks #0000 Jan 25, 2025
Copy link
Contributor

Once PR is merged, repo-ansible will run on main and the following changes will apply

PLAY [localhost] ***************************************************************

TASK [ansible.builtin.include_tasks] *******************************************
included: /opt/repo-ansible/tasks/migrations/update-version.yaml for localhost

TASK [updating version in repo.yaml] *******************************************
changed: [localhost]

TASK [reformat repo.yaml file] *************************************************
changed: [localhost]

PLAY RECAP *********************************************************************
localhost                  : ok=32   changed=2    unreachable=0    failed=0    skipped=37   rescued=0    ignored=0   

@mhitza mhitza merged commit a385503 into main Jan 25, 2025
4 checks passed
@mhitza mhitza deleted the refactor-single-bulk-playbooks-0000 branch January 25, 2025 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant