Skip to content
Snippets Groups Projects
Commit dcd5935b authored by nimrod's avatar nimrod
Browse files

- Consistent php7.0 symlink name across Debian and OpenBSD.

parent 8a274426
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
- name: Create php7 symlink
when: ansible_pkg_mgr == 'openbsd_pkg'
with_items: ['php', 'php7']
with_items: ['php', 'php7', 'php7.0']
file:
src: /usr/local/bin/php-7.0
dest: '/usr/local/bin/{{ item }}'
......@@ -47,7 +47,7 @@
dest: /root/composer-install
- name: Install Composer
command: php7 -f /root/composer-install -- --install-dir=/usr/local/bin --filename=composer
command: php7.0 -f /root/composer-install -- --install-dir=/usr/local/bin --filename=composer
args:
creates: /usr/local/bin/composer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment