Files
phpipam_scan_agent/playbooks/agent.yaml
2024-02-19 03:31:56 +09:30

12 lines
222 B
YAML

- name: Fetch API Data
hosts: localhost
become: false
gather_facts: false
tasks:
- name: Create API Cache Directory
ansible.builtin.file:
path: "{{ nfc_c_path_cache }}"
state: directory