Makefile: drop creating cosul-ca.key file
It's not necessary for Terraform backend. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
697e1debe3
commit
0f872c3914
1
Makefile
1
Makefile
|
@ -38,7 +38,6 @@ install-provisioner: $(PROVISIONER_PATH)
|
|||
|
||||
secrets:
|
||||
pass services/consul/ca-crt > ansible/files/consul-ca.crt
|
||||
pass services/consul/ca-key > ansible/files/consul-ca.key
|
||||
pass services/consul/client-crt > ansible/files/consul-client.crt
|
||||
pass services/consul/client-key > ansible/files/consul-client.key
|
||||
|
||||
|
|
Loading…
Reference in New Issue