Skip to content

Commit

Permalink
playbook aptly: fix user variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Jan 6, 2025
1 parent 0ee57e5 commit b2d2160
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/aptly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
gpg_pubkeyfileexport: aptly.asc
gpg_privkeyfile: aptly.priv
gpg_home: /root
gpg_user: "{{ aptly_user }}"

- name: Cat GPG private key
command: cat /root/aptly.priv
changed_when: false
Expand Down

0 comments on commit b2d2160

Please sign in to comment.