diff options
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/workstation.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/playbooks/workstation.yml b/playbooks/workstation.yml index c5fffa3..e99963a 100644 --- a/playbooks/workstation.yml +++ b/playbooks/workstation.yml @@ -5,6 +5,10 @@ --- - hosts: localhost + tasks: + - debug: + msg: Run as root for full compatiblity roles: - - { role: sshdns } - - { role: workstation } + - { role: sshdns, tags: role_sshdns } + - { role: workstation, tags: role_workstation } + - { role: update, tags: role_update} |