mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
7 lines
255 B
YAML
7 lines
255 B
YAML
- name: Install AWStats if awstats_install
|
|
include_tasks: install.yml
|
|
when: awstats_install | bool and not awstats_installed is defined
|
|
|
|
- name: Enable AWStats
|
|
include_tasks: enable.yml
|
|
when: awstats_install | bool or awstats_installed is defined
|