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