Skip to content
Snippets Groups Projects
Commit f5b04e73 authored by jurgenhaas's avatar jurgenhaas
Browse files

gitlab-ci-cd/drupal#12 New script to reset locales in a Drupal site

parent c6be6013
No related branches found
No related tags found
No related merge requests found
Pipeline #34664 passed
---
description: Reset Locales Drupal sites
cli:
arguments:
- name: limit
default: no
help: The hostname on which to re-reploy Drupal
- name: site
default: no
help: The id of a site
arguments:
playbook: role
roles_exclude:
- commonauth
- commonconnect
- common
- php
- apache
command:
- name: extra-vars
value: hostslimit=%s role=drupal
args:
- limit
- name: extra-vars
condition: site
value: limit_site=%s
args:
- site
- name: start-at-task
value: Drupal Role
- name: tags
value: 'reset-locale'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment