remove default typography page
This commit is contained in:
parent
b8c014c4be
commit
728b948f35
1 changed files with 6 additions and 0 deletions
|
@ -31,3 +31,9 @@
|
|||
owner: '{{ grav_user }}'
|
||||
group: '{{ grav_group }}'
|
||||
loop: "{{ grav_website_repo }}"
|
||||
|
||||
- name: '[Install] - Remove the default typography folder'
|
||||
file:
|
||||
path: "{{ grav_path }}/{{ item.site_hostname }}/site/user/pages/02.typography"
|
||||
state: absent
|
||||
loop: "{{ grav_website_repo }}"
|
||||
|
|
Loading…
Reference in a new issue