Skip to content

Commit

Permalink
Goss
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Apr 7, 2022
1 parent d14f5e8 commit f33f0a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tasks/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,18 +124,18 @@
group: root
mode: 0644

- name: Ensure directory exists
- name: Ensure goss directory exists
file:
path: /root
path: /etc/goss.d
state: directory
owner: root
group: root
mode: 0700
mode: 0755

- name: Copy test_java.yml to remote
- name: Copy test_java.yml to goss directory
template:
src: test_java.yml.j2
dest: /root/test_java.yml
dest: /etc/goss.d/test_java.yml
mode: 0644

- name: Set JAVA_HOME in /etc/profile.d/java.sh
Expand Down

0 comments on commit f33f0a6

Please sign in to comment.