update(ci/cd): add new pr creation task #22

Open
opened 2026-07-22 19:52:46 -07:00 by jdelpilar · 0 comments
Owner

Summary

Create a new task in the CI/CD pipeline for pr creation. This will create run the ansible playbook with the --diff and --check flags to verify results.

Context

This allows for easier checking of what the playbook does, before merging to main. also allows us to document the results, if they differ from expected. This should run any time a PR is created and verified the results meet expectations before any pushes to main.
This will also allow for easier AI verification and summarization of changes made by the playbook in the future.

Proposed Changes

  • Update CI/CD pipeline with new task

Verification Plan

  • verify by creating PR for this and ensuring action is ran correctly
### Summary Create a new task in the CI/CD pipeline for pr creation. This will create run the ansible playbook with the `--diff` and `--check` flags to verify results. ### Context This allows for easier checking of what the playbook does, before merging to main. also allows us to document the results, if they differ from expected. This should run any time a PR is created and verified the results meet expectations before any pushes to main. This will also allow for easier AI verification and summarization of changes made by the playbook in the future. ### Proposed Changes - [ ] Update CI/CD pipeline with new task ### Verification Plan - [ ] verify by creating PR for this and ensuring action is ran correctly
jdelpilar added the enhancement label 2026-07-22 19:52:50 -07:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jdelpilar/johto-infra#22