浏览代码

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

Grega Bremec 3 周之前
父节点
当前提交
ef02b5f4c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 }}"