ansible-role-grub/molecule/default/verify.yml
2020-09-17 08:06:56 +02:00

13 lines
270 B
YAML

---
- name: Verify
hosts: all
become: yes
gather_facts: no
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