We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caccac3 commit 0b71a06Copy full SHA for 0b71a06
ansible/roles/dev-desktop/tasks/main.yml
@@ -7,6 +7,7 @@
7
- include_tasks: usermod.yml
8
with_items: "{{ vars_user_config }}"
9
when: vars_user_config is not none and vars_user_config | length > 0
10
+- include_tasks: cleanup.yml
11
- include_tasks: team_login.yml
12
- include_tasks: github.yml
13
- include_tasks: motd.yml
0 commit comments