-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ansible ci testing pr #3
Conversation
This datastream diff is auto generated by the check Click here to see the full diffansible remediation for rule 'xccdf_org.ssgproject.content_rule_enable_authselect' differs.
--- xccdf_org.ssgproject.content_rule_enable_authselect
+++ xccdf_org.ssgproject.content_rule_enable_authselect
@@ -6,7 +6,7 @@
- name: Enable authselect - Select authselect profile
ansible.builtin.command:
- cmd: authselect select "{{ var_authselect_profile }}"
+ cmd: authselect select "{{ var_authselect_profile }}"; echo 1
register: result_authselect_select
failed_when: false
tags: |
1 similar comment
This datastream diff is auto generated by the check Click here to see the full diffansible remediation for rule 'xccdf_org.ssgproject.content_rule_enable_authselect' differs.
--- xccdf_org.ssgproject.content_rule_enable_authselect
+++ xccdf_org.ssgproject.content_rule_enable_authselect
@@ -6,7 +6,7 @@
- name: Enable authselect - Select authselect profile
ansible.builtin.command:
- cmd: authselect select "{{ var_authselect_profile }}"
+ cmd: authselect select "{{ var_authselect_profile }}"; echo 1
register: result_authselect_select
failed_when: false
tags: |
Change in Ansible Please consider using more suitable Ansible module than |
Change in Ansible Please consider using more suitable Ansible module than |
Change in Ansible Please consider using more suitable Ansible module than |
Description:
Rationale:
Rationale here. Replace this text. Don't use the italics format!
Fixes # Issue number here (e.g. Updating sysctl XCCDF naming ComplianceAsCode/content#26) or remove this line if no issue exists.
Review Hints:
Review hints here. Replace this text. Don't use the italics format!
Use this optional section to give any relevant information which could help the reviewer to more quickly and assertively understand and test the changes.
Good examples are useful commands, if it is better to review all commits together or in a suggested sequence, any relevant discussion in other PRs or issues, etc.