diff --git a/roles/sap_general_preconfigure/README.md b/roles/sap_general_preconfigure/README.md index b1e9c1c7b..d38e39d8c 100644 --- a/roles/sap_general_preconfigure/README.md +++ b/roles/sap_general_preconfigure/README.md @@ -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 ``` diff --git a/roles/sap_general_preconfigure/tasks/sapnote/assert-2772999.yml b/roles/sap_general_preconfigure/tasks/sapnote/assert-2772999.yml index 8a17db695..744687def 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/assert-2772999.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/assert-2772999.yml @@ -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