We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36391f commit c371dcbCopy full SHA for c371dcb
pkg/generator/templates.go
@@ -586,7 +586,7 @@ const watchesTmpl = `---
586
- version: {{.Version}}
587
group: {{.GroupName}}
588
kind: {{.Kind}}
589
-{{ if .GeneratePlaybook }} playbook: /opt/ansible/playbook.yaml{{ else }} role: {{.Kind}}{{ end }}
+{{ if .GeneratePlaybook }} playbook: /opt/ansible/playbook.yaml{{ else }} role: /opt/ansible/roles/{{.Kind}}{{ end }}
590
`
591
592
const playbookTmpl = `- hosts: localhost
0 commit comments