Skip to content

Commit 0b71a06

Browse files
committed
Run cleanup tasks as part of the dev-desktop role
1 parent caccac3 commit 0b71a06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/dev-desktop/tasks/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- include_tasks: usermod.yml
88
with_items: "{{ vars_user_config }}"
99
when: vars_user_config is not none and vars_user_config | length > 0
10+
- include_tasks: cleanup.yml
1011
- include_tasks: team_login.yml
1112
- include_tasks: github.yml
1213
- include_tasks: motd.yml

0 commit comments

Comments
 (0)