Compare commits
2 Commits
6af30fcda8
...
4463d7f467
Author | SHA1 | Date | |
---|---|---|---|
4463d7f467 | |||
5fdd4f1551 |
@ -20,3 +20,7 @@ mock_roles:
|
|||||||
warn_list:
|
warn_list:
|
||||||
# I'm aware of the risks and accept them
|
# I'm aware of the risks and accept them
|
||||||
- package-latest
|
- 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
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
- name: configure grub
|
- name: configure grub
|
||||||
block:
|
block:
|
||||||
- name: template out grub config
|
- 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
|
notify: grub mkconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user