mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-04-10 12:41:49 +02:00
Replace a module name for FQCN.
This commit is contained in:
parent
cdf238c5dc
commit
d946c8b5c8
|
|
@ -2,7 +2,7 @@
|
||||||
# tasks file for grub
|
# tasks file for grub
|
||||||
|
|
||||||
- name: import assert.yml
|
- name: import assert.yml
|
||||||
import_tasks: assert.yml
|
ansible.builtin.import_tasks: assert.yml
|
||||||
run_once: yes
|
run_once: yes
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue