Skip to content

Commit

Permalink
sap_general_preconfigure: Fix some obvious errors
Browse files Browse the repository at this point in the history
Relates to issue sap-linuxlab#342.

Signed-off-by: Bernd Finger <[email protected]>
  • Loading branch information
berndfinger committed Feb 27, 2024
1 parent 7e08d48 commit f84f9d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions roles/sap_general_preconfigure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,12 @@ Sample call for performing all configuration steps except verifying and modifyin
# ansible-playbook sap.yml --tags=sap_general_preconfigure_configuration --skip_tags=sap_general_preconfigure_etc_hosts
```

Sample call for only performing the configuration actitvities related to step 2 (SELinux settings) of SAP note 3108316 (RHEL 9 specific):
Sample call for only performing the configuration activities related to step 2 (SELinux settings) of SAP note 3108316 (RHEL 9 specific):
```
# ansible-playbook sap.yml --tags=sap_general_preconfigure_3108316_02
```

Sample call for performing all configuration actitvities except those related to step 2 (SELinux settings) of SAP note 3108316 (RHEL 9 specific):
Sample call for performing all configuration activities except those related to step 2 (SELinux settings) of SAP note 3108316 (RHEL 9 specific):
```
# ansible-playbook sap-general-preconfigure.yml --tags=sap_general_preconfigure_configuration --skip_tags=sap_general_preconfigure_3108316_02
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
ansible.builtin.import_tasks: 2772999/09-assert-process-resource-limits.yml
when: sap_general_preconfigure_config_all | d(true) or sap_general_preconfigure_2772999_09 | d(false)
tags:
- sap_general_preconfigure_nproc_limits
- sap_general_preconfigure_2772999_09

- name: Import tasks from '2772999/10-assert-systemd-tmpfiles.yml'
ansible.builtin.import_tasks: 2772999/10-assert-systemd-tmpfiles.yml
Expand Down

0 comments on commit f84f9d3

Please sign in to comment.