Skip to content

Commit

Permalink
More FQCNs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed May 27, 2021
1 parent 78c1157 commit cdf238c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

tasks:
- name: check that bogus options are in
command: grep 'a=1' /etc/default/grub
ansible.builtin.command:
cmd: grep 'a=1' /etc/default/grub

- name: check that selected option is in
command: grep 'cgroup_enable=memory' /etc/default/grub
ansible.builtin.command:
cmd: grep 'cgroup_enable=memory' /etc/default/grub

0 comments on commit cdf238c

Please sign in to comment.