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

ansible-playbooks/general#85 Linting

parent 48f1c870
No related branches found
No related tags found
No related merge requests found
---
# file: roles/drupalconsole/tasks/main.yml
- name: "DrupalConsole Role"
set_fact: role_drupalconsole_started=true
tags: 'always'
- name: DrupalConsole Role
set_fact:
role_drupalconsole_started: yes
tags:
- always
- block:
- debug: msg='We have to implement some Drupal site specific configuration here'
when: '"drupalconsole" not in excluded_roles and php_version_main|default("7") != "7"'
when: not excluded_roles or "drupalconsole" not in excluded_roles and php_version_main|default("7") != "7"
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