yamllint fixes
This commit is contained in:
parent
5b40315971
commit
06bc11d54a
1 changed files with 31 additions and 31 deletions
62
deploy.yml
62
deploy.yml
|
@ -10,35 +10,35 @@
|
||||||
- vars.yml
|
- vars.yml
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- cups
|
- cups
|
||||||
- firefox
|
- firefox
|
||||||
- git
|
- git
|
||||||
- google-chrome
|
- google-chrome
|
||||||
- kerberos
|
- kerberos
|
||||||
- ldap
|
- ldap
|
||||||
- mutt
|
- mutt
|
||||||
- spotify
|
- spotify
|
||||||
- thinlinc
|
- thinlinc
|
||||||
- thunderbird
|
- thunderbird
|
||||||
|
|
||||||
tasks:
|
|
||||||
- name: "remove unneeded packages"
|
|
||||||
package:
|
|
||||||
name: "{{ item }}"
|
|
||||||
state: absent
|
|
||||||
with_items:
|
|
||||||
- abrt
|
|
||||||
- mlocate
|
|
||||||
|
|
||||||
- name: "hide grub menu during boot"
|
tasks:
|
||||||
lineinfile:
|
- name: "remove unneeded packages"
|
||||||
path: /etc/default/grub
|
package:
|
||||||
line: "{{ item }}"
|
name: "{{ item }}"
|
||||||
with_items:
|
state: absent
|
||||||
- GRUB_HIDDEN_TIMEOUT=1
|
with_items:
|
||||||
- GRUB_HIDDEN_TIMEOUT_QUIET=true
|
- abrt
|
||||||
- name: "remove grub default timeout"
|
- mlocate
|
||||||
lineinfile:
|
|
||||||
path: /etc/default/grub
|
- name: "hide grub menu during boot"
|
||||||
regexp: "^GRUB_TIMEOUT="
|
lineinfile:
|
||||||
state: absent
|
path: /etc/default/grub
|
||||||
|
line: "{{ item }}"
|
||||||
|
with_items:
|
||||||
|
- GRUB_HIDDEN_TIMEOUT=1
|
||||||
|
- GRUB_HIDDEN_TIMEOUT_QUIET=true
|
||||||
|
- name: "remove grub default timeout"
|
||||||
|
lineinfile:
|
||||||
|
path: /etc/default/grub
|
||||||
|
regexp: "^GRUB_TIMEOUT="
|
||||||
|
state: absent
|
||||||
|
|
Loading…
Add table
Reference in a new issue