Explorar o código

Generate signatures at very end

Moves signature generation to the very end to pick up
any additional files that were generated in the process.
Antony Messerli %!s(int64=5) %!d(string=hai) anos
pai
achega
7f1c463a44
Modificáronse 1 ficheiros con 3 adicións e 4 borrados
  1. 3 4
      roles/netbootxyz/tasks/main.yml

+ 3 - 4
roles/netbootxyz/tasks/main.yml

@@ -7,10 +7,6 @@
     when:
     - custom_generate_menus | default(false) | bool
 
-  - include: generate_signatures.yml
-    when:
-    - generate_signatures | default(false) | bool
-
   - include: generate_disks.yml
     with_items:
     - "{{ bootloader_disks }}"
@@ -23,3 +19,6 @@
     when:
     - generate_checksums | default(true) | bool
 
+  - include: generate_signatures.yml
+    when:
+    - generate_signatures | default(false) | bool