Explorar el Código

use the new deploy-operators role instead of the singular version

Grega Bremec hace 3 semanas
padre
commit
ef02b5f4c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      playbooks/pre-flight.yml

+ 1 - 1
playbooks/pre-flight.yml

@@ -23,7 +23,7 @@
         loop_var: role
       tags: prep
     - include_role:
-        name: deploy-operator
+        name: deploy-operators
         apply:
           tags: prep
       loop: "{{ added_operators }}"