mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-05-21 11:58:46 +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
|
# tasks file for grub
|
||||||
|
|
||||||
- name: include assert.yml
|
- name: include assert.yml
|
||||||
include_tasks: assert.yml
|
import_tasks: assert.yml
|
||||||
run_once: yes
|
run_once: yes
|
||||||
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: install required packages
|
- name: install required packages
|
||||||
package:
|
package:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue