diff options
Diffstat (limited to 'tasks/Debian.yml')
-rw-r--r-- | tasks/Debian.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tasks/Debian.yml b/tasks/Debian.yml deleted file mode 100644 index 2a6bc5c..0000000 --- a/tasks/Debian.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- - -- name: Install Debian Gnome desktop - apt: name="@^gnome-desktop-environment" state=present - when: debian_desktop == 'gnome' - - |