--- - name: Demonstration of loop hosts: nodes vars_files: /root/playbooks/imp_variable2.yml tasks: - name: Real work yum: name: "{{ pkgs }}" state: installed when: ansible_distribution == "RedHat" and ansible_distribution_version == "8.8" ...