[ansible] Invoking "yum" only once while using a loop via squash_actions is deprecated. Invoking "yum" only once while using a loop via squash_actions is deprecated. 최근 버전에서 yum과 with_items 함께 못 씀 기존 yum: name: "{{ item }}" state: present with_items: "{{ vars_items }}" 바꾼 후 yum: name: "{{ vars_items }}" state: present Ansible/error 2021.06.14