Compare commits
2 Commits
flatpak
...
d37b675187
| Author | SHA1 | Date | |
|---|---|---|---|
| d37b675187 | |||
| 3364d770e1 |
@@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
|
- role: flatpak
|
||||||
|
when: ansible_os_family != "Darwin"
|
||||||
|
|
||||||
- role: 1password
|
- role: 1password
|
||||||
- role: ferdium
|
- role: ferdium
|
||||||
- role: fonts
|
- role: fonts
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
become: true
|
become: true
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: ppa:neovim-ppa/stable
|
repo: ppa:neovim-ppa/stable
|
||||||
|
codename: '{{os_release.UBUNTU_CODENAME}}'
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
|
||||||
- name: install apt package
|
- name: install apt package
|
||||||
|
|||||||
Reference in New Issue
Block a user