diff --git a/roles/yarn/tasks/install.yml b/roles/yarn/tasks/install.yml index 178f8e429..37bb11acf 100644 --- a/roles/yarn/tasks/install.yml +++ b/roles/yarn/tasks/install.yml @@ -13,8 +13,8 @@ - name: "Yarn | Ensure Debian package is in sources list" lineinfile: dest: /etc/apt/sources.list.d/yarn.list - regexp: 'deb http://dl.yarnpkg.com/debian/ stable main' - line: 'deb http://dl.yarnpkg.com/debian/ stable main' + regexp: 'deb https://dl.yarnpkg.com/debian/ stable main' + line: 'deb https://dl.yarnpkg.com/debian/ stable main' state: present - name: "Yarn | Update APT cache"