Sfoglia il codice sorgente

install system roles before applying tang server

Blaine Story 1 anno fa
parent
commit
91cc43b2ae
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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