mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-05-21 11:58:46 +02:00
Run the assertions just once, variables are role specific, not host specific.
This commit is contained in:
parent
ae20a8d282
commit
4ab0b548ff
|
|
@ -2,6 +2,7 @@
|
|||
# tasks file for grub
|
||||
- name: include assert.yml
|
||||
include_tasks: assert.yml
|
||||
run_once: yes
|
||||
|
||||
- name: install required packages
|
||||
package:
|
||||
|
|
|
|||
Loading…
Reference in a new issue