mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 21:46:00 -03:30
Consistent naming scheme; memcached_host -> memcached_hostname
environment.sh uses hostname for everything, and both environment and credentials provide a default of 'memcached', so this should also be one less variable to care about.
This commit is contained in:
@@ -16,6 +16,6 @@ postgresql_image: "postgres:{{postgresql_version}}"
|
||||
|
||||
memcached_image: "memcached"
|
||||
memcached_version: "alpine"
|
||||
memcached_host: "memcached"
|
||||
memcached_hostname: "memcached"
|
||||
memcached_port: "11211"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user