summaryrefslogtreecommitdiff
path: root/setup.yml
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2023-12-21 16:40:26 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2023-12-21 16:40:26 +0000
commit1fe154b136bce2fb063e39050d9bc0deb2279bb0 (patch)
tree6e35518ab15502cf2b619b8af732ba747f13f4aa /setup.yml
parent074a92bc1571cf5f1d039cea2348d8b134aa1f75 (diff)
downloadinfra-1fe154b136bce2fb063e39050d9bc0deb2279bb0.tar.gz
infra-1fe154b136bce2fb063e39050d9bc0deb2279bb0.tar.bz2
infra-1fe154b136bce2fb063e39050d9bc0deb2279bb0.zip
Fix description for web task
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 afbccfb..0824014 100644
--- a/setup.yml
+++ b/setup.yml
@@ -3,7 +3,7 @@
roles:
- { role: essential }
-- name: Basic setup for all hosts
+- name: Setup web hosts
hosts: web
roles:
- { role: web }