Ansible/playbook/linux/nagios/install-NagiosCore-ubuntu-dependancies.yml

12 lines
145 B
YAML
Raw Normal View History

- name: Install Nagios Core Dependancies
hosts: nagios
tasks:
- name: Update apt
apt:
update_cache: yes