Compare commits
2 Commits
ae950799a6
...
16489ecc0a
Author | SHA1 | Date | |
---|---|---|---|
16489ecc0a | |||
d4f47443dc |
@ -1,6 +0,0 @@
|
|||||||
- name: Gather package facts
|
|
||||||
package_facts:
|
|
||||||
manager: apt
|
|
||||||
|
|
||||||
- debug:
|
|
||||||
msg: "{{ ansible_facts.packages.firefox[0].version }}"
|
|
@ -4,3 +4,5 @@
|
|||||||
- import_tasks: timezone.yml
|
- import_tasks: timezone.yml
|
||||||
|
|
||||||
- import_tasks: packages.yml
|
- import_tasks: packages.yml
|
||||||
|
|
||||||
|
- import_tasks: set-type.yml
|
6
roles/ubuntu/tasks/set-type.yml
Normal file
6
roles/ubuntu/tasks/set-type.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
- name: set computer type to desktop
|
||||||
|
become: yes
|
||||||
|
copy:
|
||||||
|
content: desktop
|
||||||
|
dest: /etc/.computer-type
|
Loading…
Reference in New Issue
Block a user