Browse Source

install system roles before applying tang server

Blaine Story 1 year ago
parent
commit
91cc43b2ae
1 changed files with 6 additions and 0 deletions
  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