We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b9376 commit c3e9f8fCopy full SHA for c3e9f8f
docker/main/centos/provision/roles/php/tasks/blackfire.yml
@@ -14,7 +14,7 @@
14
dest: /etc/yum.repos.d/blackfire.repo
15
regexp: '^repo_gpgcheck=1'
16
line: 'repo_gpgcheck=0'
17
-# when: ansible_distribution == 'CentOS' and ansible_distribution_version == "7"
+ when: ansible_distribution == 'CentOS' and ansible_distribution_major_version == '7'
18
19
- name: Install blackfire-php
20
yum:
0 commit comments