Skip to content
Snippets Groups Projects
Commit cf466cf0 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

chg: deprecated loop action on packages

parent 67e54f51
No related branches found
No related tags found
1 merge request!335Version pinning and enableing the upgrade role to run at all times
...@@ -7,10 +7,11 @@ ...@@ -7,10 +7,11 @@
when: ansible_os_family == 'RedHat' when: ansible_os_family == 'RedHat'
- name: "Install open ldap package apt" - name: "Install open ldap package apt"
action: apt pkg={{ item }} state=present package:
with_items: name:
- ldap-utils - ldap-utils
- sssd - sssd
- libpam-sss - libpam-sss
state: present
become: true become: true
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment