carlalexander / debops-wordpress

Your superpowered WordPress server in three commands.
GNU General Public License v3.0
440 stars 65 forks source link

plugins not installed #156

Closed stefangweichinger closed 7 years ago

stefangweichinger commented 7 years ago

following your example I have

$ cat inventory/host_vars/wordpress.example.com/vars.yml wordpress__plugins:

But I don't get them into WP (not visible) in Web GUI.

It seems the include gets skipped:

TASK [wordpress : Check if WordPress is installed] ok: [wordpress.example.com]

TASK [wordpress : include] skipping: [wordpress.example.com]

otherwise "debops" and "debops wordpress" runs through fine.

could you point me at my mistake?

carlalexander commented 7 years ago

Let me test and get back to you on that. It should work.

stefangweichinger commented 7 years ago

I commented line 29 in roles/wordpress/tasks/main.yml ... then plugins were installed.

carlalexander commented 7 years ago

I just ran a test and I had the plugins install fine. Can you share your vars.yml?

stefangweichinger commented 7 years ago

tested OK with tags/v0.4.0 now. I think we can close this as obsolete?