Skip to content

Commit

Permalink
Added step to skip unncessary shell file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
qtkhajacloud committed Jan 7, 2023
1 parent d935794 commit 9b4fe0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jan23/tomcat-multidistro/tomcat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
state: directory
- name: add execute permissions to shell files
ansible.builtin.command: "sudo sh -c 'chmod +x {{ user_home }}/latest/bin/*.sh'"
when: not tomcat_startup.stat.exists
- name: Create a systemd unit file in centos
ansible.builtin.copy:
src: centos.tomcat.service
Expand Down

0 comments on commit 9b4fe0d

Please sign in to comment.