mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Check internet_available b4 iiab-refresh-wiki-docs
This commit is contained in:
parent
a8ecd59c7b
commit
0b4b64e5ed
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
|
||||
- name: Run /usr/bin/iiab-refresh-wiki-docs (scraper script) to create http://box/info offline documentation. (This script was installed at the beginning of Stage 3 = roles/3-base-server/tasks/main.yml, which ran Apache playbook = roles/httpd/tasks/main.yml)
|
||||
command: /usr/bin/iiab-refresh-wiki-docs
|
||||
when: not nodocs
|
||||
when: internet_available and not nodocs
|
||||
|
||||
- name: Recording STAGE 4 HAS COMPLETED ==================
|
||||
lineinfile:
|
||||
|
|
Loading…
Add table
Reference in a new issue