-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ubuntu 22 #13
base: main
Are you sure you want to change the base?
Ubuntu 22 #13
Conversation
@@ -0,0 +1,19 @@ | |||
--- | |||
- hosts: all | |||
gather_facts: yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[warning] truthy value should be one of [false, true] (truthy)
vars: | ||
ansible_host_key_checking: false | ||
roles: | ||
- role: ccdc.vagrant-base-box |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] wrong indentation: expected 4 but found 2 (indentation)
- role: ccdc.compact-vm-image | ||
vars: | ||
wipe_swap: false | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] no new line character at the end of file (new-line-at-end-of-file)
- role: ccdc.compact-vm-image | ||
vars: | ||
wipe_swap: false | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
Initial version.
@florianpiesche Do we want a separate repo for ubuntu 22?