Skip to content

Commit

Permalink
More renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 8, 2023
1 parent a957a6f commit 9c7df37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ This role installs, configures, and upgrades Tomcat instances.

```yml
- include_role:
name: bviktor.tomcat
name: noobient.tomcat

- include_role:
name: bviktor.tomcat
name: noobient.tomcat
vars:
uid: 1234
gid: 1234
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- include_tasks: unixcred.yml

- include_role:
name: bviktor.java
name: noobient.java
when: eff_install_java

- include_tasks: package.yml
Expand Down

0 comments on commit 9c7df37

Please sign in to comment.