We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d411aa2 commit e2abddcCopy full SHA for e2abddc
defaults/main.yml
@@ -165,3 +165,6 @@ nginx_ngx_pagespeed_version: 1.9.32.4
165
166
# OpenSSL configuration
167
openssl_version: "1.0.2d"
168
+
169
+# Hostname update
170
+hostname_update: false
meta/main.yml
@@ -14,7 +14,8 @@ galaxy_info:
14
- system
15
16
dependencies:
17
- - ANXS.hostname
+ - role: ANXS.hostname
18
+ when: hostname_update is defined and hostname_update == true
19
- ANXS.apt
20
- role: ANXS.build-essential
21
when: nginx_install_method is defined and nginx_install_method == "source"
0 commit comments