From 8ff0f6388f6fbac48508800af5b2628ef9dcc1a8 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 26 May 2021 22:11:43 +0100 Subject: [PATCH] Fix task name --- roles/debian/tasks/apt-sources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/debian/tasks/apt-sources.yml b/roles/debian/tasks/apt-sources.yml index 589bb40..43b291a 100644 --- a/roles/debian/tasks/apt-sources.yml +++ b/roles/debian/tasks/apt-sources.yml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -- name: Add to-do list launcher +- name: Set APT sources.list become: true ansible.builtin.template: src: sources.list