aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2023-09-10 12:01:46 -0500
committerAaditya Dhruv <[email protected]>2023-09-10 12:01:46 -0500
commitf23d1d0658229f7d41b27645bf482277a43c7afe (patch)
tree9d5481c6ae68688cadf33ec96acb161a60bc0cec
parentdefd4bc9331fca1f9c59906e86221696cea3a832 (diff)
Add role inclusion for config
The config role is now called in the main playbook
-rw-r--r--install.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.yaml b/install.yaml
index 407b772..3273901 100644
--- a/install.yaml
+++ b/install.yaml
@@ -10,3 +10,6 @@
- name: Package Management
include_role:
name: "src/packages"
+ - name: Configs Setup
+ include_role:
+ name: "src/config"