Add utf8 encoding to ansible playbook command
This commit is contained in:
parent
7cb864b8ca
commit
547c7dcd94
@ -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
|
- 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
|
```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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user