Merge pull request #60 from dawud/feature/improve_package_installation_tasks

Fixes #17 Improve how tasks manage package installation
This commit is contained in:
Thomas Woerner
2019-06-17 15:49:33 +02:00
committed by GitHub
6 changed files with 19 additions and 29 deletions

View File

@@ -3,9 +3,8 @@
- name: Install - Ensure that IPA client packages are installed
package:
name: "{{ item }}"
name: "{{ ipaclient_packages }}"
state: present
with_items: "{{ ipaclient_packages }}"
when: ipaclient_install_packages | bool
#- name: Install - Include Python2/3 import test