Dale Grant

Results 10 comments of Dale Grant

Huurrrm yeah we do have a distinction in that `group_vars/[env]/*` files are different. It's easier to maintain one production vault than multiple host vaults and keeps the difference from stock...

I've found that adding a comment into the `` element stops this behaviour, e.g. ``` ```

Same issue here. Worth noting I'm using [Log1x/acf-composer](https://github.com/Log1x/acf-composer), but the issue is identical: > Even with `'return_format' => 'array'` or `'return_format' => 'url'` the value returned is ID. `print_r($builder->build());` shows...

Spitballing an idea, we could do something like this: `trellis/roles/users/tasks/main.yml` ```diff + - name: Overwrite user SSH keys with primary user + authorized_key: + user: "{{ item.name }}" + key:...

Have also run into this, haven't figured a workaround as yet

>Say for example 8.4 required a new package, then we'd have to include 8.4.yml file right? Correct. As it stands though, we have to add a 8.4.yml file even if...

Can confirm this. I've just been setting things back up on a new machine and decided to give Lima a go. Previously (not using Lima), to add a new WP...

Testing this out: adding a site with Lima now works 🙌 For anyone in future: until the CLI gets a tagged release (higher than v1.12.0), follow the readme to [install...

That's a nice idea... a message earlier in the process would be very welcome as it'd mean we don't have to wait as long to find out there's an error....

@TangRufus Happy New Year! Just politely bumping this to see if it's something worth merging in. Happy to make changes if necessary.