view tasks/install-php.yml @ 0:10185cc821e4

add
author k178572
date Wed, 20 Sep 2017 18:12:15 +0900
parents
children 4545b6456623
line wrap: on
line source

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