mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-15 21:42:15 +11:00
docs: add note for permission
This commit is contained in:
parent
5c88379ba0
commit
5916e3e0a4
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ So, to add project directories, simply, just placing it under `/data/projects` o
|
|||
|
||||
## Procedure
|
||||
|
||||
Create new directory under `/data/projects` on your K3s host, and place your playbooks under the directory you created.
|
||||
Create new directory under `/data/projects` on your K3s host, and place your playbooks under the directory you created. Note that this directory and files under the directory must be readable by the user with UID `1000`.
|
||||
|
||||
```bash
|
||||
$ tree /data/projects/
|
||||
|
|
|
|||
Loading…
Reference in a new issue