diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-04-03 20:08:17 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-04-03 20:08:17 +0000 |
commit | da4a5bdc9652925e1c45640afdf384cb817f1c3c (patch) | |
tree | c383114c87cb3b6232de3392f9018e5343b9399e | |
parent | a35e845ba2f7205fee084b17956e8840d5c02633 (diff) | |
download | infrastructure-da4a5bdc9652925e1c45640afdf384cb817f1c3c.tar.gz |
Simplify tag names
-rw-r--r-- | playbooks/workstation.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/playbooks/workstation.yml b/playbooks/workstation.yml index b91c314..a2722db 100644 --- a/playbooks/workstation.yml +++ b/playbooks/workstation.yml @@ -12,16 +12,16 @@ roles: - role: sshdns - tags: role_sshdns + tags: sshdns - role: _workstation/env - tags: role_workstation_env + tags: env - role: _workstation/packages - tags: role_workstation_packages + tags: packages - role: _workstation/sysconf - tags: role_workstation_sysconf + tags: sysconf #- role: _workstation/weechat-matrix #tags: role_workstation_weechat @@ -29,4 +29,4 @@ #become_method: su - role: update - tags: role_update + tags: update |