File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
plugins/ansible/v1/scaffolds/internal/templates/molecule/mdefault Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ func run(cmd *cobra.Command, f *flags.Flags) {
106
106
}
107
107
108
108
if err := verifyCfgURL (cfg .Host ); err != nil {
109
- log .Error (err , "Failed toverify config endpoint" )
110
109
os .Exit (1 )
111
110
}
112
111
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const prepareTemplate = `---
56
56
chdir: '{{ "{{ config_dir }}" }}/testing'
57
57
58
58
- name: Set pull policy
59
- command: '{{ "{{ kustomize }}" }} edit add patch pull_policy/{{ "{{ operator_pull_policy }}" }}.yaml'
59
+ command: '{{ "{{ kustomize }}" }} edit add patch --path pull_policy/{{ "{{ operator_pull_policy }}" }}.yaml'
60
60
args:
61
61
chdir: '{{ "{{ config_dir }}" }}/testing'
62
62
You can’t perform that action at this time.
0 commit comments