mirror of
https://codeberg.org/BrazenWillow/ansible-role-simplex-chat-server
synced 2025-09-20 13:34: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
|
||||
become: yes
|
||||
gather_facts: true
|
||||
|
||||
|
||||
pre_tasks:
|
||||
- ansible.builtin.include_tasks: tasks/docker-check.yml
|
||||
|
||||
roles:
|
||||
- role: ansible-simplex-chat-server
|
||||
- role: ansible-role-simplex-chat-server
|
||||
vars:
|
||||
SIMPLEX_UID: 5000
|
||||
SIMPLEX_GID: 5000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue