Compare commits

...

2 Commits

Author SHA1 Message Date
4463d7f467 Pare down ignore list for ansible-lint 2021-07-31 20:14:54 -05:00
5fdd4f1551 Fix mode on etc default grub 2021-07-31 20:13:26 -05:00
2 changed files with 5 additions and 1 deletions

View File

@ -20,3 +20,7 @@ mock_roles:
warn_list:
# I'm aware of the risks and accept them
- package-latest
# There is exactly one occurence of this and it's for faulty web installers
- ignore-errors
# These tend to be pretty buggy
- experimental

View File

@ -4,5 +4,5 @@
- name: configure grub
block:
- name: template out grub config
template: src=grub.conf dest=/etc/default/grub
template: src=grub.conf dest=/etc/default/grub mode=0644
notify: grub mkconfig