welcome ipfs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# file: handlers/main.yml
|
||||
|
||||
- name: update boot config
|
||||
- name: update boot - syslinux
|
||||
environment:
|
||||
PATH: "{{ ansible_env.PATH }}:/usr/sbin:/sbin"
|
||||
with_together:
|
||||
@@ -10,3 +10,12 @@
|
||||
command: "update-extlinux"
|
||||
when: item.1.changed and item.0.dest == "/etc/update-extlinux.conf"
|
||||
|
||||
- name: update boot - grub
|
||||
environment:
|
||||
PATH: "{{ ansible_env.PATH }}:/usr/sbin:/sbin"
|
||||
with_together:
|
||||
- '{{ boot_config }}'
|
||||
- '{{ boot_config_handler_notify.results }}'
|
||||
command: "update-grub"
|
||||
when: item.1.changed and item.0.dest == "/etc/default/grub"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user