2 lines
119 B

  1. nginx_www_domain: '{{ has_www_domain }}'
  2. nginx_www_redirect: '{{ www_domain_is_primary | ternary("www", "non-www") }}'