Compare commits
No commits in common. "d37b67518743670c54bb0a68e916d92242758b37" and "9497da521c31bb1e07f29a96239ce5a9a36c98f4" have entirely different histories.
d37b675187
...
9497da521c
@ -1,9 +1,6 @@
|
|||||||
---
|
---
|
||||||
- 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
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
- name: install apt package
|
|
||||||
become: true
|
|
||||||
apt:
|
|
||||||
name: flatpak
|
|
||||||
state: latest
|
|
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
- include_tasks: '{{ansible_os_family}}.yaml'
|
|
||||||
|
|
||||||
- name: add flathub repository remote
|
|
||||||
become: true
|
|
||||||
flatpak_remote:
|
|
||||||
name: flathub
|
|
||||||
state: present
|
|
||||||
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
|
|
@ -12,7 +12,6 @@
|
|||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user