wazuh_manager_fqdn is a sequence not a scalar

Updated to `~` to reflect a null string, similar to [] for an empty sequence.
This commit is contained in:
Paul Calabro 2019-01-09 20:51:48 -07:00 committed by GitHub
parent aa1dfcdb60
commit 0565486e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ Role Variables
This role has some variables which you can or need to override.
```
wazuh_manager_fqdn: []
wazuh_manager_fqdn: ~
wazuh_manager_config: []
wazuh_agent_configs: []
```