Ricardo Sanz

Results 14 issues of Ricardo Sanz

I have a strange issue. I'm using [Embed URL](https://www.drupal.org/project/url_embed), a Drupal module that requires another Drupal module, [Embed](https://www.drupal.org/project/embed), that uses this library. The URL Embed module is supposed to allow...

Added bind_config_allow_recursion ansibel variable that's used in named.conf.options template.

If recursion is enabled there's no way to configure allow-recursion parameter.

Based on this StackOverflow answer: https://stackoverflow.com/a/12114139/907592 It creates one channel (file) per log category. File size, file versions and log path can be configured.

There's no option to enable logging.

#27 Use the variable bind_masterzones_local_path for the local files zones path.

The task that copies the zone files to server is: ``` - name: Copy master zone files copy: src={{ bind_masterzones_path }}/db.{{ item.name }} dest={{ bind_base_zones_path }}/{{bind_masterzones_path}} owner={{ bind_user }} group={{...

**Description of PR** This PR fixes the warnings detected by Ansible Lint. **Type of change** Feature Pull Request

This just a proposal. DDEV is surely the most used tool for Drupa local development. Apart from containers, it provides very useful tools like ddev pull tu pull data from...

When `composer create-project metadrop/drupal-boilerplate projectname` is run and the create Radix subtheme is selected, the stylelint is run during the frontend assets build. Stylelint detects more than 100 warnings. All...

bug