create a default value for nginx_enablerepo

pull/162/head
Tyler Ward 6 years ago
parent e68efca388
commit a243e508cc
  1. 3
      defaults/main.yml

@ -9,6 +9,9 @@ nginx_yum_repo_enabled: true
nginx_ppa_use: false
nginx_ppa_version: stable
# Use an alternate repo on Centos/RHEL
nginx_enablerepo: ""
# The name of the nginx package to install.
nginx_package_name: "nginx"