Commit f388c129 authored by nanahira's avatar nanahira

fix

parent 3223d429
......@@ -190,14 +190,9 @@
- ygopro-server/plugins
- name: stop firewalld
become: true
ignore_errors: true
systemd:
name: firewalld
state: stopped
enabled: false
when: ansible_os_family == 'RedHat'
- name: redis
become: true
systemd:
name: redis
state: started
enabled: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment