File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
plugins/ansible/v1/scaffolds/internal/templates/molecule/mdefault
testdata/ansible/memcached-operator/molecule/default Expand file tree Collapse file tree 3 files changed +2
-3
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
Original file line number Diff line number Diff line change 18
18
chdir : ' {{ config_dir }}/testing'
19
19
20
20
- name : Set pull policy
21
- command : ' {{ kustomize }} edit add patch pull_policy/{{ operator_pull_policy }}.yaml'
21
+ command : ' {{ kustomize }} edit add patch --path pull_policy/{{ operator_pull_policy }}.yaml'
22
22
args :
23
23
chdir : ' {{ config_dir }}/testing'
24
24
You can’t perform that action at this time.
0 commit comments