view tasks/install-php.yml @ 8:4545b6456623

s/with_items/loop/
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 02 Sep 2020 12:25:34 +0900
parents 10185cc821e4
children
line wrap: on
line source

- name: install php packages
  become: yes
  dnf:
    name: {{ item }}
    state: latest
  loop:
    - php
    - php-mysqlnd