Add utf8 encoding to ansible playbook command

This commit is contained in:
Adw8 2024-09-30 10:03:26 +05:30
parent 7cb864b8ca
commit 547c7dcd94

View File

@ -99,5 +99,5 @@ To get started, follow the [installation](../README.md#installation) guide to se
- Run the `service-provider-setup.yml` ansible-playbook to DNS records, deploy k8s, setup container registry, deploy the webapp-deployer API and webapp-deployer UI
```bash
ansible-playbook service-provider-setup.yml -i hosts.ini --extra-vars='{ target_host: "deployment_host" }' --user $USER
LANG=en_US.utf8 ansible-playbook service-provider-setup.yml -i hosts.ini --extra-vars='{ target_host: "deployment_host" }' --user $USER
```