ysalimi

Results 1 comments of ysalimi

Hello, You probably shoud use : - name: Install the openldap and required Packages for RedHat yum: name={{ item }} state=installed with_items: "{{openldap_server_pkgs}}" instead of : - name: Install the...