summaryrefslogtreecommitdiff
path: root/setup.yml
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2023-12-19 15:47:31 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2023-12-19 15:47:31 +0000
commitc53834e16fc34b5fd020ea2440ff469616275e99 (patch)
tree91f291bb471e40a9fdce03f49fb4e35b90818621 /setup.yml
parentbc8d5c46d8174b4373d48c29444f9e611d695b28 (diff)
downloadinfra-c53834e16fc34b5fd020ea2440ff469616275e99.tar.gz
infra-c53834e16fc34b5fd020ea2440ff469616275e99.tar.bz2
infra-c53834e16fc34b5fd020ea2440ff469616275e99.zip
Move basic role to essential
Diffstat (limited to 'setup.yml')
-rw-r--r--setup.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.yml b/setup.yml
index 026e4ef..05d9385 100644
--- a/setup.yml
+++ b/setup.yml
@@ -1,4 +1,4 @@
- name: Basic setup for all hosts
hosts: all
roles:
- - { role: basic }
+ - { role: essential }