Skip to content

Commit 795b62d

Browse files
author
uday
committed
Final commt for git to ansible host
1 parent 1b77601 commit 795b62d

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed
Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,27 @@
11
<h1> Hello Dear Uday !! Welcome to DevOps Project-2 !! </h1>
2-
<h2> Hello Dear Uday !! Welcome to DevOps Project-2 !! </h2>
2+
└── SaiJavaCode
3+
├── Dockerfile
4+
├── pom.xml
5+
├── README.md
6+
├── server
7+
│   ├── pom.xml
8+
│   └── src
9+
│   ├── main
10+
│   │   └── java
11+
│   │   └── com
12+
│   │   └── example
13+
│   │   └── Greeter.java
14+
│   ├── site
15+
│   │   └── apt
16+
│   │   └── index.apt
17+
│   └── test
18+
│   └── java
19+
│   └── com
20+
│   └── example
21+
│   └── TestGreeter.java
22+
└── webapp
23+
├── pom.xml
24+
└── src
25+
└── main
26+
└── webapp
27+

0 commit comments

Comments
 (0)