roles, docs: update set_podman.yaml and environments.md to fix typo

This commit is contained in:
2026-04-08 15:21:22 +09:00
parent f9211dfa24
commit 2dfc0f734e
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
state: "directory"
mode: "0700"
- name: Create contaienr data directory for app
- name: Create container data directory for app
ansible.builtin.file:
path: "{{ node['home_path'] }}/data/containers"
owner: "{{ ansible_user }}"