Skip to content

Commit c3e9f8f

Browse files
committed
Enabled workaround condition for blackfire repo
1 parent f4b9376 commit c3e9f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/main/centos/provision/roles/php/tasks/blackfire.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
dest: /etc/yum.repos.d/blackfire.repo
1515
regexp: '^repo_gpgcheck=1'
1616
line: 'repo_gpgcheck=0'
17-
# when: ansible_distribution == 'CentOS' and ansible_distribution_version == "7"
17+
when: ansible_distribution == 'CentOS' and ansible_distribution_major_version == '7'
1818

1919
- name: Install blackfire-php
2020
yum:

0 commit comments

Comments
 (0)