chore: initial release #22

Merged
jon_nfc merged 54 commits from development into master 2024-02-21 09:07:13 +00:00
14 changed files with 212 additions and 9 deletions
Showing only changes of commit 3128596d81 - Show all commits

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