File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ target_platform:
7
7
8
8
sap_hana_sid : all
9
9
10
- sap_hana_backint_setup_system_passwd : NewPass$321
11
- sap_hana_backint_setup_system_tenant_passwd : NewPass$321
10
+ sap_hana_backint_setup_system_passwd :
11
+ sap_hana_backint_setup_system_tenant_passwd :
12
12
13
13
# Variables for Setup function
14
14
log_enable : false
Original file line number Diff line number Diff line change 70
70
ansible.builtin.git :
71
71
repo : https://github.com/chriselswede/hanacleaner.git
72
72
dest : " $HOME/.ansible/tmp/git_hanacleaner"
73
- single_branch : true
73
+ # single_branch: true # Not compatible with Ansible 2.9
74
74
version : master
75
75
76
76
# Copy hanacleaner.py
Original file line number Diff line number Diff line change 34
34
ansible.builtin.git :
35
35
repo : https://github.com/chriselswede/hanacleaner.git
36
36
dest : " $HOME/.ansible/tmp/git_hanacleaner"
37
- single_branch : true
37
+ # single_branch: true # Not compatible with Ansible 2.9
38
38
version : master
39
39
40
40
# Copy hanacleaner.py
Original file line number Diff line number Diff line change 16
16
ansible.builtin.git :
17
17
repo : https://github.com/chriselswede/hanacleaner.git
18
18
dest : " $HOME/.ansible/tmp/git_hanacleaner"
19
- single_branch : true
19
+ # single_branch: true # Not compatible with Ansible 2.9
20
20
version : master
21
21
22
22
# Copy hanacleaner.py
Original file line number Diff line number Diff line change 71
71
ansible.builtin.git :
72
72
repo : https://github.com/chriselswede/hanacleaner.git
73
73
dest : " $HOME/.ansible/tmp/git_hanacleaner"
74
- single_branch : true
74
+ # single_branch: true # Not compatible with Ansible 2.9
75
75
version : master
76
76
77
77
# Copy hanacleaner.py
You can’t perform that action at this time.
0 commit comments