summaryrefslogtreecommitdiff
path: root/roles/install-custom-packages-wrapper/tasks/main.yml
blob: b67f73c57652db3b86c76065dd88f7dfcc4e1796 (plain)
1
2
3
4
- name: Check if we need to install custom packages
  include_role:
    name: install-custom-packages
  when: custom_packages is defined