view tasks/install-firewalld.yml @ 7:c3ec7761518a

update 2018
author mir3636
date Tue, 18 Sep 2018 17:11:38 +0900
parents 10185cc821e4
children 4545b6456623
line wrap: on
line source

    - name: install dnf python-firewall
      become: yes
      dnf: name={{ item }} state=latest
      with_items:
        - python3-firewall