Fix name of task

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:28 -04:00
parent d6cb28b639
commit a87745d640
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
register: apt_config register: apt_config
tags: base-apt tags: base-apt
- name: add key for bonilan repo - name: add key for PVC repo
apt_key: apt_key:
url: "{{ debian_pvc_signing_key_path }}" url: "{{ debian_pvc_signing_key_path }}"
id: "{{ debian_pvc_signing_key_id }}" id: "{{ debian_pvc_signing_key_id }}"