Skip to content

Commit

Permalink
Merge pull request #61 from kysrpex/squid
Browse files Browse the repository at this point in the history
Fix role failing on Squid task "Create the cache directories for the first time"
  • Loading branch information
hexylena authored Jun 28, 2023
2 parents d7fb1aa + 13fbd03 commit 8a0f105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/squid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
become_user: "{{ cvmfs_squid_user }}"
ansible.builtin.command: squid -z
args:
creates: "{{ cvmfs_stratum1_cache_dir }}/00"
creates: "{{ cvmfs_stratum1_cache_dir.dir }}/00"
when: cvmfs_stratum1_cache_dir is defined

- name: Ensure squid is enabled and started
Expand Down

0 comments on commit 8a0f105

Please sign in to comment.