Style fixes
This commit is contained in:
parent
3f87ef6d27
commit
660bca6694
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
||||||
- thunderbird
|
- thunderbird
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: "remove unneeded packages"
|
- name: remove unneeded packages
|
||||||
package:
|
package:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: absent
|
state: absent
|
||||||
|
@ -30,14 +30,14 @@
|
||||||
- abrt
|
- abrt
|
||||||
- mlocate
|
- mlocate
|
||||||
|
|
||||||
- name: "hide grub menu during boot"
|
- name: hide grub menu during boot
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/default/grub
|
path: /etc/default/grub
|
||||||
line: "{{ item }}"
|
line: "{{ item }}"
|
||||||
with_items:
|
with_items:
|
||||||
- GRUB_HIDDEN_TIMEOUT=1
|
- GRUB_HIDDEN_TIMEOUT=1
|
||||||
- GRUB_HIDDEN_TIMEOUT_QUIET=true
|
- GRUB_HIDDEN_TIMEOUT_QUIET=true
|
||||||
- name: "remove grub default timeout"
|
- name: remove grub default timeout
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/default/grub
|
path: /etc/default/grub
|
||||||
regexp: "^GRUB_TIMEOUT="
|
regexp: "^GRUB_TIMEOUT="
|
||||||
|
|
Loading…
Add table
Reference in a new issue