Skip to content

Commit

Permalink
make hostname update as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
TinOo512 committed Nov 3, 2015
1 parent d411aa2 commit e2abddc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,6 @@ nginx_ngx_pagespeed_version: 1.9.32.4

# OpenSSL configuration
openssl_version: "1.0.2d"

# Hostname update
hostname_update: false
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ galaxy_info:
- system

dependencies:
- ANXS.hostname
- role: ANXS.hostname
when: hostname_update is defined and hostname_update == true
- ANXS.apt
- role: ANXS.build-essential
when: nginx_install_method is defined and nginx_install_method == "source"
Expand Down

0 comments on commit e2abddc

Please sign in to comment.