mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Fix message in pbx/tasks/main.yml
This commit is contained in:
parent
3475982041
commit
75e4f78198
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
- name: Throw warning if nodejs_version is incorrect
|
||||
- name: Fail if nodejs_version is incorrect
|
||||
fail:
|
||||
msg: PBX: Refusing to install as nodejs_version is not 10.x. Fix that and rerun.
|
||||
when: pbx_install and (nodejs_version != "10.x")
|
||||
|
|
Loading…
Add table
Reference in a new issue