JonasPammer / cookiecutter-ansible-role

An awesome CookieCutter for my ansible roles.
MIT License
1 stars 3 forks source link

ci: update devcontainer to new standards #87

Closed JonasPammer closed 1 year ago

JonasPammer commented 1 year ago

Closes #84

tested with ansible-role-bootstrap, running 'tox' worked. only difference i made from that test to this impl is that i replaced the 'image' of 'bullseye' with 'ubuntu-22.04'. should be a valid id as documented here: https://github.com/devcontainers/images/tree/28a3940f929780cb2e2da4f9aa11f793dffe073f/src/base-ubuntu

reference comment: https://github.com/JonasPammer/cookiecutter-ansible-role/issues/84#issuecomment-1510369485

JonasPammer commented 1 year ago

ad'hocly copied the changes into a locally cloned ansible-role-bootstrap to test it out to triage

JonasPammer commented 1 year ago

ad'hocly copied the changes into a locally cloned ansible-role-bootstrap to test it out to triage

lgtm!