Fix some variables.

This commit is contained in:
Andrea Dell'Amico 2024-01-18 12:25:13 +01:00
parent db6aa854d4
commit 3b1391d355
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@
mode: "0755"
- name: cassandra-repo | Get the signing key for the cassandra.apache.org repository
ansible.builtin.get_url:
url: "{{ cassandra_deb_repo_key_url }}"
dest: "{{ cassandra_repo_key }}"
url: "{{ cassandra_repo_key_url }}"
dest: "{{ cassandra_deb_repo_key }}"
owner: root
group: root
mode: "0644"
@ -27,7 +27,7 @@
components:
- main
suites: ["{{ cassandra_repository_rel }}"]
signed_by: "{{ cassandra_repo_key }}"
signed_by: "{{ cassandra_deb_repo_key }}"
state: present
enabled: true