mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2025-09-21 00:31:42 +02:00
13 lines
271 B
YAML
13 lines
271 B
YAML
---
|
|
- name: Verify
|
|
hosts: all
|
|
become: yes
|
|
gather_facts: yes
|
|
|
|
tasks:
|
|
- name: check that bogus options are in
|
|
command: grep 'a=1' /etc/default/grub
|
|
|
|
- name: check that selected option is in
|
|
command: grep 'cgroup_enable=memory' /etc/default/grub
|