ansible_public/playbooks/installers/install_locate.yaml
2022-06-14 18:53:16 +02:00

17 lines
255 B
YAML

---
- hosts: "{{ variable_host | default(lab15_standard) }}"
gather_facts: no
become: yes
tasks:
- name: install locate
apt:
name: locate
state: present
- name: Update database
become: yes
shell: updatedb