mirror of
https://codeberg.org/BrazenWillow/ansible-role-simplex-chat-server
synced 2025-09-22 06:24:34 -04:00
fix: update README.md to correct role name
This commit is contained in:
parent
57dc12725f
commit
dc32b5ca1c
1 changed files with 2 additions and 2 deletions
|
@ -65,12 +65,12 @@ Example Playbook
|
||||||
- hosts: vps
|
- hosts: vps
|
||||||
become: yes
|
become: yes
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- ansible.builtin.include_tasks: tasks/docker-check.yml
|
- ansible.builtin.include_tasks: tasks/docker-check.yml
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: ansible-simplex-chat-server
|
- role: ansible-role-simplex-chat-server
|
||||||
vars:
|
vars:
|
||||||
SIMPLEX_UID: 5000
|
SIMPLEX_UID: 5000
|
||||||
SIMPLEX_GID: 5000
|
SIMPLEX_GID: 5000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue