fancy
This commit is contained in:
parent
e731e8a865
commit
de79bd84c1
@ -4,7 +4,9 @@
|
|||||||
name: nginx
|
name: nginx
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- include_tasks: configure.yml
|
- name: configure nginx
|
||||||
|
include_tasks: configure.yml
|
||||||
|
|
||||||
- include_tasks: certbot.yml
|
- name: install ssl
|
||||||
|
include_tasks: certbot.yml
|
||||||
when: ssl
|
when: ssl
|
@ -4,4 +4,5 @@
|
|||||||
name: unzip
|
name: unzip
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- include_tasks: pma.yml
|
- name: install PMA
|
||||||
|
include_tasks: pma.yml
|
Loading…
Reference in New Issue
Block a user