diff options
author | Aaditya Dhruv <[email protected]> | 2023-09-10 12:01:46 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-09-10 12:01:46 -0500 |
commit | f23d1d0658229f7d41b27645bf482277a43c7afe (patch) | |
tree | 9d5481c6ae68688cadf33ec96acb161a60bc0cec | |
parent | defd4bc9331fca1f9c59906e86221696cea3a832 (diff) |
Add role inclusion for config
The config role is now called in the main playbook
-rw-r--r-- | install.yaml | 3 |
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" |