--- - 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