mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-04-10 12:41:49 +02:00
Assert on localhost, makes the play stop if the assertion fails.
This commit is contained in:
parent
b1ee31df3f
commit
e9a353d5c9
|
|
@ -2,8 +2,9 @@
|
|||
# tasks file for grub
|
||||
|
||||
- name: include assert.yml
|
||||
include_tasks: assert.yml
|
||||
import_tasks: assert.yml
|
||||
run_once: yes
|
||||
delegate_to: localhost
|
||||
|
||||
- name: install required packages
|
||||
package:
|
||||
|
|
|
|||
Loading…
Reference in a new issue