Compare commits

..

No commits in common. "16489ecc0a3f075a36c038916777604dd64956eb" and "ae950799a6ef8f2706926a7cdb20121e53a97584" have entirely different histories.

3 changed files with 6 additions and 8 deletions

View file

@ -0,0 +1,6 @@
- name: Gather package facts
package_facts:
manager: apt
- debug:
msg: "{{ ansible_facts.packages.firefox[0].version }}"

View file

@ -4,5 +4,3 @@
- import_tasks: timezone.yml
- import_tasks: packages.yml
- import_tasks: set-type.yml

View file

@ -1,6 +0,0 @@
---
- name: set computer type to desktop
become: yes
copy:
content: desktop
dest: /etc/.computer-type