Indent (non-YAML) using tabs

Fixes #83 (Github issue)
This commit is contained in:
Slavi Pantaleev 2019-01-26 09:37:26 +02:00
parent a88b24ed2c
commit 1a80058a2a
5 changed files with 54 additions and 55 deletions

View file

@ -12,4 +12,3 @@ docker run \
--network {{ matrix_docker_network }} \
{{ matrix_postgres_docker_image_to_use }} \
psql -h {{ matrix_postgres_connection_hostname }} -c "UPDATE users set admin=1 WHERE name like '@$1:{{ host_specific_hostname_identity }}'"