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

Change yml extensions #682

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Change yml extensions #682

merged 1 commit into from
Oct 13, 2023

Conversation

greedybro
Copy link
Contributor

@greedybro greedybro commented Aug 23, 2023

closes #677

  • galaxy.yml > galaxy.yaml (see: *.yml required, *.yaml not accepted ansible/ansible#81669)
  • requirements.yml > requirements.yaml
  • .config/molecule/config.yml > .config/molecule/config.yaml
  • meta/runtime.yml > meta/runtime.yaml (see: *.yml required, *.yaml not accepted ansible/ansible#81669)
  • molecule/*/*.yml > molecule/*/*.yaml
  • molecule/*/goss/*.yml.j2 > molecule/*/goss/*.yaml.j2
  • molecule/*/fixtures/*.yml > molecule/*/fixtures/*.yaml
  • roles/*/defaults/*.yml > roles/*/defaults/*.yaml
  • roles/*/handlers/*.yml > roles/*/handlers/*.yaml
  • roles/*/meta/main.yml > roles/*/meta/main.yaml
  • roles/*/tasks/*.yml > roles/*/tasks/*.yaml
  • roles/*/vars/*.yml > roles/*/vars/*.yaml
  • tests/integration/targets/*/tasks/*.yml > tests/integration/targets/*/tasks/*.yaml

@codecov-commenter
Copy link

codecov-commenter commented Aug 23, 2023

Codecov Report

Merging #682 (bfde894) into master (5bfd08d) will increase coverage by 0.00%.
Report is 91 commits behind head on master.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##           master     #682   +/-   ##
=======================================
  Coverage   94.21%   94.21%           
=======================================
  Files         106      106           
  Lines        4113     4116    +3     
  Branches      627      629    +2     
=======================================
+ Hits         3875     3878    +3     
  Misses        178      178           
  Partials       60       60           

see 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@nervo nervo marked this pull request as ready for review October 12, 2023 18:31
@greedybro greedybro merged commit 2a328de into master Oct 13, 2023
104 checks passed
@greedybro greedybro deleted the change_yml_extensions branch October 13, 2023 07:47
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.

From .yml to .yaml
2 participants