feat(agent): Create cache directory

!1
This commit is contained in:
2024-02-19 03:31:56 +09:30
parent 785a324293
commit 3128596d81

11
playbooks/agent.yaml Normal file
View File

@ -0,0 +1,11 @@
- 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