Compare commits
No commits in common. "16489ecc0a3f075a36c038916777604dd64956eb" and "ae950799a6ef8f2706926a7cdb20121e53a97584" have entirely different histories.
16489ecc0a
...
ae950799a6
3 changed files with 6 additions and 8 deletions
6
roles/test/tasks/main.yml
Normal file
6
roles/test/tasks/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
- name: Gather package facts
|
||||
package_facts:
|
||||
manager: apt
|
||||
|
||||
- debug:
|
||||
msg: "{{ ansible_facts.packages.firefox[0].version }}"
|
|
@ -4,5 +4,3 @@
|
|||
- import_tasks: timezone.yml
|
||||
|
||||
- import_tasks: packages.yml
|
||||
|
||||
- import_tasks: set-type.yml
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
- name: set computer type to desktop
|
||||
become: yes
|
||||
copy:
|
||||
content: desktop
|
||||
dest: /etc/.computer-type
|
Loading…
Reference in a new issue