Skip to content

Commit e0d6571

Browse files
diwiplkrisdante
authored andcommitted
Fixing implode statement
1 parent b31eb0f commit e0d6571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/cs.magento-facts/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
- name: Get enabled Magento modules
4545
shell: >-
46-
php -r 'echo("\n", implode(array_keys(array_filter((include("app/etc/config.php"))["modules"]))));'
46+
php -r 'echo(implode("\n", array_keys(array_filter((include("app/etc/config.php"))["modules"]))));'
4747
args:
4848
chdir: "{{ _magento_dir }}"
4949
register: magento_config_php_enabled_modules_result

0 commit comments

Comments
 (0)