Mercurial > hg > Members > anatofuz > wordpress_ansible
changeset 7:c3ec7761518a
update 2018
author | mir3636 |
---|---|
date | Tue, 18 Sep 2018 17:11:38 +0900 |
parents | c661af479682 |
children | 4545b6456623 |
files | hosts tasks/install-firewalld.yml tasks/install-mariadb.yml tasks/setting-firewalld.yml |
diffstat | 4 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hosts Sat Oct 21 20:22:20 2017 +0900 +++ b/hosts Tue Sep 18 17:11:38 2018 +0900 @@ -1,1 +1,4 @@ +[test] test-fedora +[test:vars] +ansible_python_interpreter=/usr/bin/python3
--- a/tasks/install-firewalld.yml Sat Oct 21 20:22:20 2017 +0900 +++ b/tasks/install-firewalld.yml Tue Sep 18 17:11:38 2018 +0900 @@ -2,4 +2,4 @@ become: yes dnf: name={{ item }} state=latest with_items: - - python-firewall + - python3-firewall