Skip to content

Commit

Permalink
Enhance task names
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Sep 11, 2021
1 parent 68f2ea1 commit deea816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/moodleinstall/tasks/coreinstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- '/var/cache/moodle'
- '/var/cache/moodle-cache-backup'

- name: set sticky bit for moodledata directory
- name: set SGID permission on Moodle data '{{ moodlebox_moodle_data_dir }}' directory
file:
path: '{{ moodlebox_moodle_data_dir }}'
state: 'directory'
Expand All @@ -38,7 +38,7 @@
group: 'www-data'
mode: 'g+s'

- name: link directories
- name: link file repository directories
file:
src: '{{ item.src }}'
path: '{{ item.path }}'
Expand Down

0 comments on commit deea816

Please sign in to comment.