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