-
##### ISSUE TYPE
- Bug Report
##### ANSIBLE VERSION
2.0.0-0.6.rc1
##### COMPONENT NAME
service_module
It was mentioned as became available in ansible 2.0 in doc: http://docs.ansible.com/a…
-
##### Issue Type:
Bug Report
##### Ansible Version:
```
$ ansible --version
ansible 2.0.0
configured module search path = modules/
```
Master 7124504ccfd837d6a8e4124d619fb605ae92e0b0
##### Ansibl…
-
-unarchive:
src: "http://download.jboss.org/wildfly/9.0.0.Final/wildfly-9.0.0.Final.zip"
dest: "/tmp"
copy: no
This fails with:
msg: Source 'http://download.jboss.org/wildfly/9.0.0.Fin…
-
```gradle
// Run linked contaoiners DB and built app
task createEgaisdbContainer(type: DockerCreateContainer, dependsOn: buildEgaisappImage) {
targetImageId { 'docreg.taskdata.work:5000/egaisdb…
-
```java
public class LookupSelectMBDriver implements Interceptor {
private MapperBuilderAssistant createBuilderAssistant(){
return new MapperBuilderAssistant(mybatisConfiguration, thi…
-
I want implement two tasks:
* `dockerStart` - which just start application in docker with linked db container. It almost done. And
* `dockerRun` - which plus to `dockerStart` wait user input and on …
-
It seams all present on your erro page:
```
OUCH!
I'm sorry, but you have encountered a bug or missing nice display of an error message in the application. If you can't guess the problem from the er…
-
```
[25722] ! Unable to load application: URI::InvalidURIError: the scheme postgres does not accept registry part: postgres:H!HxDu3dg07@3Mg@egais.perf.db.master:5432 (or bad hostname?)
/opt/pghero/ven…
-
Hello.
I have gradle project where try use you great plugin.
Fragment of gradle.build:
```
apply plugin: 'com.bmuschko.tomcat'
buildscript {
repositories {
mavenCentral()
jcente…
-
My gradle build looks like (slightly truncated):
```
apply plugin: 'war'
apply plugin: 'com.bmuschko.tomcat'
buildscript {
repositories {
mavenCentral()
jcenter()
}
depen…