ansible-role-nginx/tasks
Christopher Blanchard a7d3164ba1 Amplify installation fixes (#113)
* Remove syntax error

When evaluated (i.e. when nginx_amplify_enable=true and
nginx_amplify_api_key is defined) this line causes a syntax error

To check for empty string, opted for temporary solution outlined in https://github.com/ansible/ansible-lint/issues/457

* Fix reference to amplify api key

Previously was labelled `amplify_api_key`. Changed to
`nginx_amplify_api_key` in #a55a50d

* Fix reference to default config file

On my system at least (bionic), the default configuration file is
`/etc/amplify-agent/agent.conf.default`

This is also assumed be to the case on the amplify install shell script https://github.com/nginxinc/nginx-amplify-agent/blob/master/packages/install.sh#L526
2019-04-08 14:27:36 +01:00
..
amplify Amplify installation fixes (#113) 2019-04-08 14:27:36 +01:00
conf Changing the API config to be a template 2019-02-28 14:27:18 -05:00
controller Fix more repository variables 2018-09-14 17:27:12 -07:00
keys Refactor signing key tasks (#105) 2019-02-19 15:30:10 +00:00
modules Install RTMP only when using NGINX Plus (#91) 2019-01-21 17:20:16 +01:00
opensource Fix more repository variables 2018-09-14 17:27:12 -07:00
plus Allow making use of Ansible-vault to encrypt and decrypt sensitive certs and keys (#95) 2019-02-01 18:59:56 +00:00
prerequisites Refactor apt module loop 2018-11-19 13:42:41 -08:00
unit Fix more repository variables 2018-09-14 17:27:12 -07:00
main.yml Amplify installation fixes (#113) 2019-04-08 14:27:36 +01:00