Skip to content

Commit 3bf338b

Browse files
authored
Merge pull request #13 from sap-linuxlab/main
merge back
2 parents 4e227b9 + 7ef0bc5 commit 3bf338b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

roles/sap_hana_backint/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ target_platform:
77

88
sap_hana_sid: all
99

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:
1212

1313
# Variables for Setup function
1414
log_enable: false

roles/sap_hana_backint/tasks/setup/setup_backint_aws_s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
ansible.builtin.git:
7171
repo: https://github.com/chriselswede/hanacleaner.git
7272
dest: "$HOME/.ansible/tmp/git_hanacleaner"
73-
single_branch: true
73+
# single_branch: true # Not compatible with Ansible 2.9
7474
version: master
7575

7676
# Copy hanacleaner.py

roles/sap_hana_backint/tasks/setup/setup_backint_azure_backup_rsv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
ansible.builtin.git:
3535
repo: https://github.com/chriselswede/hanacleaner.git
3636
dest: "$HOME/.ansible/tmp/git_hanacleaner"
37-
single_branch: true
37+
# single_branch: true # Not compatible with Ansible 2.9
3838
version: master
3939

4040
# Copy hanacleaner.py

roles/sap_hana_backint/tasks/setup/setup_backint_gcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
ansible.builtin.git:
1717
repo: https://github.com/chriselswede/hanacleaner.git
1818
dest: "$HOME/.ansible/tmp/git_hanacleaner"
19-
single_branch: true
19+
# single_branch: true # Not compatible with Ansible 2.9
2020
version: master
2121

2222
# Copy hanacleaner.py

roles/sap_hana_backint/tasks/setup/setup_backint_ibm_cos_s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
ansible.builtin.git:
7272
repo: https://github.com/chriselswede/hanacleaner.git
7373
dest: "$HOME/.ansible/tmp/git_hanacleaner"
74-
single_branch: true
74+
# single_branch: true # Not compatible with Ansible 2.9
7575
version: master
7676

7777
# Copy hanacleaner.py

0 commit comments

Comments
 (0)