1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-07 04:24:10 +01:00
infrastructure/playbooks/tasks/reencrypt-vault-super-key.yml
Evangelos Foutras 26f289b72b
Capitalize the first letter of all task names
ansible-lint 6.5.0 complains about:

  name: All names should start with an
        uppercase letter. (name[casing])
2022-08-23 06:57:13 +03:00

9 lines
240 B
YAML

- name: Reencrypt vault super key
hosts: localhost
tasks:
- name: Reencrypt vault super key
include_tasks: include/reencrypt-vault-key.yml
vars:
vault_id: super
vault_pgpkeys: "{{ vault_super_pgpkeys }}"