Skip to content

Commit 120a376

Browse files
committed
Remove debug statement. Change to localhost
1 parent 79bfbb6 commit 120a376

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ansible/generate-all-client-certs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
2-
- hosts: user-local
2+
- hosts: localhost
33
connection: local
44
tasks:
5-
- debug:
6-
var: groups
75
- name: generate client certs
86
shell:
97
cmd: "./roles/docker_client/scripts/genClientCert.sh {{ item }} {{ certs_root }}"

0 commit comments

Comments
 (0)