This commit is contained in:
aynic.os
2021-07-14 20:38:30 +01:00
parent e1f9ef7de9
commit 3ffea66ba8
101 changed files with 3601 additions and 939 deletions
+4 -4
View File
@@ -3,8 +3,8 @@
- name: restart services
with_together:
- '{{ disks_additional_disks }}'
- '{{ disks_additional_disks_handler_notify.results }}'
- '{{ disks_to_mount }}'
- '{{ disks_to_mount_handler_notify.results }}'
service:
name: "{{item.0.service}}"
state: restarted
@@ -12,8 +12,8 @@
- name: restart services - nfs
with_together:
- '{{ disks_additional_disks }}'
- '{{ disks_additional_disks_nfs_handler_notify.results }}'
- '{{ disks_to_mount }}'
- '{{ disks_to_mount_nfs_handler_notify.results }}'
service:
name: "{{item.0.service}}"
state: restarted