Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 4623515

Browse files
committed
Issue #1253: Follow up to ensure PHP prerequisites are used for PHP and Drupal tags.
1 parent be585ee commit 4623515

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

provisioning/playbook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@
2727

2828
- include: tasks/init-debian.yml
2929
when: ansible_os_family == 'Debian'
30+
tags: ['php', 'drupal']
3031
static: no
3132
- include: tasks/init-redhat.yml
3233
when: ansible_os_family == 'RedHat'
34+
tags: ['php', 'drupal']
3335
static: no
3436

3537
- name: Run configured pre-provision shell scripts.
@@ -44,6 +46,7 @@
4446
- "{{ pre_provision_tasks_dir|default(omit) }}"
4547

4648
- include: tasks/php.yml
49+
tags: ['php', 'drupal']
4750

4851
roles:
4952
# Essential roles.

0 commit comments

Comments
 (0)