vn-ansible/linux-config-secure-grub.yaml

13 lines
206 B
YAML
Raw Normal View History

2024-02-12 09:44:48 +00:00
---
- hosts: '{{ ip_addr }}'
become: yes
become_method: sudo
gather_facts: yes
tasks:
- name: "[CONFIG SECURE GRUB] configure secure grub"
import_role:
name: config-secure-grub