mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
Fix Typo directorys/directories
RESOLVE https://github.com/roles-ansible/ansible_role_gitea/issues/69
This commit is contained in:
parent
5de8742450
commit
2f95efdf9c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
- name: install or update gitea
|
||||
ansible.builtin.include_tasks: install.yml
|
||||
|
||||
- name: Create directorys
|
||||
- name: Create directories
|
||||
ansible.builtin.include_tasks: directory.yml
|
||||
|
||||
- name: setup gitea systemd service
|
||||
|
|
Loading…
Reference in a new issue