Skip to content

Commit

Permalink
reconstructured role additional in order to make it easier to include…
Browse files Browse the repository at this point in the history
…. Added quotes for consistency.
  • Loading branch information
XaverStiensmeier committed Nov 28, 2023
1 parent 6c044a7 commit f29d7a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
28 changes: 0 additions & 28 deletions resources/playbook/roles/additional/example/meta/main.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- debug:
msg:
- "Hello {{ ansible_user }}!"

2 changes: 1 addition & 1 deletion resources/playbook/roles/bibigrid/tasks/010-bin-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- name: Does folder exist
delegate_to: localhost
stat:
path: ~{{ ansible_facts.env.SUDO_USER }}/bin
path: "~{{ ansible_facts.env.SUDO_USER }}/bin"
register: folder

- when: folder.stat.exists
Expand Down

0 comments on commit f29d7a2

Please sign in to comment.