Browse Source

install system roles before applying tang server

Blaine Story 1 năm trước cách đây
mục cha
commit
91cc43b2ae
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      plays/tang-server.yml

+ 6 - 0
plays/tang-server.yml

@@ -13,3 +13,9 @@
 
   roles:
     - linux-system-roles.nbde_server
+
+  pre_tasks:
+    - name: "Install linux-system-roles"
+      dnf:
+        name: linux-system-roles
+        state: present