~verterok/canonical-identity-provider/focal

« back to all changes in this revision

Viewing changes to roles/directories-and-permissions/tasks/main.yaml

  • Committer: Guillermo Gonzalez
  • Date: 2023-07-04 04:08:36 UTC
  • Revision ID: guillermo.gonzalez@canonical.com-20230704040836-idpaea54n46kp6n6
More roles/ fixes to make it work with ansible @ focal

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    - config-changed
18
18
  command: mkdir -p {{ item }}
19
19
  with_flattened:
20
 
    - readonly_dirs
21
 
    - writable_dirs
 
20
    - "{{ readonly_dirs }}"
 
21
    - "{{ writable_dirs }}"
22
22
 
23
23
- name: Force permissions
24
24
  tags: