--- - name: "Create all macro tags" ktdreyer.koji_ansible.koji_tag: name: "{{ item }}" state: present packages: rockykoji: - buildsys-macros-el8 with_items: "{{ all_koji_r_tags }}" ...