Skip to content

Commit

Permalink
Added changes to set permissions
Browse files Browse the repository at this point in the history
Added changes to set permissions
  • Loading branch information
qtkhajacloud committed Jan 3, 2023
1 parent 9d4ebf4 commit 27fff04
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Jan23/tomcat-first/tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,16 @@
ansible.builtin.file:
src: /opt/tomcat/apache-tomcat-10.1.4
dest: /opt/tomcat/latest
state: link
- name: change permissions
ansible.builtin.file:
dest: /opt/tomcat
recurse: true
owner: tomcat
group: tomcat
state: link
state: directory





0 comments on commit 27fff04

Please sign in to comment.