common: drop FreeBSD support

This commit is contained in:
Markus 2021-07-14 17:41:24 +02:00
parent 5266df5c52
commit e03d7ab821
2 changed files with 0 additions and 18 deletions

View File

@ -1,14 +0,0 @@
---
- name: Install misc software
pkgng:
name:
- vim-lite
- htop
- zsh
- name: Configure misc software
copy: src={{ item.src }} dest={{ item.dest }}
with_items:
- { src: '.zshrc', dest: '/root/.zshrc' }
- { src: '.zshrc.local', dest: '/root/.zshrc.local' }

View File

@ -16,7 +16,3 @@
- name: Debian
include: Debian.yml
when: ansible_os_family == 'Debian' and 'pve-manager' not in ansible_facts.packages
- name: FreeBSD
include: FreeBSD.yml
when: ansible_distribution == 'FreeBSD'