Add php_unsupported.
This commit is contained in:
parent
8c5c203485
commit
29c0e3bd48
|
|
@ -1,7 +1,7 @@
|
|||
namespace: "robertdebock"
|
||||
name: "development_environment"
|
||||
description: Install everything you need to develop Ansible roles.
|
||||
version: "2.5.0"
|
||||
version: "2.6.0"
|
||||
readme: "README.md"
|
||||
authors:
|
||||
- "Robert de Bock"
|
||||
|
|
|
|||
|
|
@ -285,6 +285,8 @@ git_repositories:
|
|||
dest: ansible-role-packer
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-php.git
|
||||
dest: ansible-role-php
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-php_unsupported.git
|
||||
dest: ansible-role-php_unsupported
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-php_fpm.git
|
||||
dest: ansible-role-php_fpm
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-phpmyadmin.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue