imfreedom/teamcity-ansible

9a51f8300f84
Missed adding the i386 FreeBSD 12.1 VM's host file.
---
- name: install cron-apt
apt:
name: cron-apt
state: present
force_apt_get: true
update_cache: true
when: ansible_facts['os_family'] == "Debian"