Skip to content

Commit

Permalink
Correct with_items indentation for package
Browse files Browse the repository at this point in the history
Signed-off-by: Anže Luzar <[email protected]>
  • Loading branch information
anzoman committed Sep 15, 2023
1 parent f117074 commit 130e021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/fix-cat2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1109,9 +1109,9 @@
ansible.builtin.package:
name: "{{ item }}"
state: present
with_items:
- pam_pkcs11
- pcsc-lite-libs
with_items:
- pam_pkcs11
- pcsc-lite-libs
vars:
ansible_python_interpreter: "{{ python2_bin }}"
register: rhel_07_010500pkcs11install
Expand Down

0 comments on commit 130e021

Please sign in to comment.