On push to any branch ansible-lint is ran to verify syntax and formatting
On push to main, all pushes are required to pass ansible-lint. Project is than ran against all hosts to push changes to production.
This PR add the basic CI/CD workflow.
- On push to any branch ansible-lint is ran to verify syntax and formatting
- On push to main, all pushes are required to pass ansible-lint. Project is than ran against all hosts to push changes to production.
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.
This PR add the basic CI/CD workflow.