AdnanHodzic / containerized-wordpress-project

Automagically deploy & run WordPress with Let's Encrypt HTTPS encryption using Ansible & Docker
https://foolcontrol.org/?p=2002
GNU General Public License v3.0
42 stars 22 forks source link

Correct non-interactive mode example #13

Closed dttocs closed 3 years ago

dttocs commented 3 years ago

add missing extra-var, correct syntax

dttocs commented 3 years ago

The stage variable was missing and some of the variables were using : instead of = meaning they were not applied and interactive prompts still appeared.

AdnanHodzic commented 3 years ago

Hi Scott,

Great, thank you for your contribution!