25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
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