diff --git a/tasks/installation.packages.yml b/tasks/installation.packages.yml index 7ea9acf..7336738 100644 --- a/tasks/installation.packages.yml +++ b/tasks/installation.packages.yml @@ -12,4 +12,4 @@ package: name={{ item }} state=present with_items: "{{ nginx_pkgs }}" environment: "{{ nginx_env }}" - when: not nginx_is_el|bool + when: not nginx_is_el|bool or not nginx_official_repo