You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 line
262B

  1. ---
  2. - name: disable upsale block on homepage
  3. copy:
  4. content: ""
  5. dest: "{{openproject_path}}/openproject/app/views/homescreen/blocks/_upsale.html.erb"
  6. notify: restart openproject
  7. become: yes
  8. become_user: '{{openproject_user}}'
  9. become_method: su