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 0067153 commit c440cefCopy full SHA for c440cef
pkg/scaffold/ansible/playbook.go
@@ -19,7 +19,7 @@ import (
19
"github.com/operator-framework/operator-sdk/pkg/scaffold/input"
20
)
21
22
-const PlaybookYamlFile = "playbook.yaml"
+const PlaybookYamlFile = "playbook.yml"
23
24
// Playbook - the playbook tmpl wrapper
25
type Playbook struct {
@@ -40,5 +40,5 @@ const playbookTmpl = `- hosts: localhost
40
gather_facts: no
41
tasks:
42
- import_role:
43
- name: "{{.Resource.Kind}}"
+ name: "{{.Resource.LowerKind}}"
44
`
0 commit comments