diff options
| author | 2024-08-19 23:24:50 +0100 | |
|---|---|---|
| committer | 2024-08-19 23:24:50 +0100 | |
| commit | 0aeedc5d78ba9942cf6eec613d3cca308f83b16c (patch) | |
| tree | 1f0067ed6afd40677d6c0f1e37b89c86131b9dc3 /ansible | |
| parent | fix ansible lint errors (diff) | |
prevent joe from doing an oopsie to me
Diffstat (limited to 'ansible')
| -rw-r--r-- | ansible/roles/jitsi/tasks/install.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible/roles/jitsi/tasks/install.yml b/ansible/roles/jitsi/tasks/install.yml index 594becd..8f69f99 100644 --- a/ansible/roles/jitsi/tasks/install.yml +++ b/ansible/roles/jitsi/tasks/install.yml @@ -21,7 +21,6 @@ tags: - role::jitsi - - name: Fetch Jitsi GPG key ansible.builtin.get_url: url: https://download.jitsi.org/jitsi-key.gpg.key |