commit 9a1dea7fc0f9e8e929c6ece50f99b608acb8800b Author: Markus Katharina Brechtel Date: Tue Sep 12 12:32:46 2017 +0000 atom apt install diff --git a/tasks/main.yml b/tasks/main.yml new file mode 100644 index 0000000..36771ce --- /dev/null +++ b/tasks/main.yml @@ -0,0 +1,3 @@ +- name: install atom + apt: + deb: https://github.com/atom/atom/releases/download/v1.19.7/atom-amd64.deb