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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Create a new task in the CI/CD pipeline for pr creation. This will create run the ansible playbook with the
--diffand--checkflags 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
Verification Plan