Skip to content

Commit

Permalink
Merge pull request #3 from jnognet/new_branch
Browse files Browse the repository at this point in the history
correcting the rule command 5_3_3 for the playbook to execute
  • Loading branch information
iquzart authored Jan 3, 2021
2 parents 5d4a968 + d9d82b2 commit e5ad409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/section_5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@

- name: "5.3.2 Select authselect profile (Scored) | Set profile\n
5.3.3 Ensure authselect includes with-faillock (Scored)"
command: authselect select custom/{{ authselect_profile }} without-nullok with-sudo with-mkhomedir {{ 5_3_3 | ternary("with-faillock", "") }} --force
command: authselect select custom/{{ authselect_profile }} without-nullok with-sudo with-mkhomedir {{ rule_5_3_3 | ternary("with-faillock", "") }} --force
when:
- authselect_current_profile.rc == 0
- authselect_current_profile.stdout != "/".join(["custom", authselect_profile])
Expand Down

0 comments on commit e5ad409

Please sign in to comment.