diff --git a/desktop.yml b/desktop.yml index 0cfef9c..8c48401 100755 --- a/desktop.yml +++ b/desktop.yml @@ -1,9 +1,15 @@ --- - hosts: desktop roles: - - common - - wake_on_lan - - timeshift - - zabbix-agent - - autofs_client - - ldap_client \ No newline at end of file + - role: common + tags: common + - role: wake_on_lan + tags: wake_on_lan + - role: timeshift + tags: timeshift + - role: zabbix-agent + tags: zabbix-agent + - role: autofs_client + tags: autofs_client + - role: ldap_client + tags: ldap_client \ No newline at end of file