Skip to content

Commit

Permalink
roles/ansible_pull: quiet gpg cron job
Browse files Browse the repository at this point in the history
Signed-off-by: John Helmert III <[email protected]>
  • Loading branch information
ajakk committed Oct 1, 2023
1 parent f28e06e commit 14f7a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ansible_pull/tasks/ansible-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
content: |
PATH="/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin"
0 0 * * 0 root gpg --keyserver hkps://keys.gentoo.org --recv-keys 39333C79B7BD85CD55C02E4C812BDFCB974B5783
0 0 * * 0 root gpg --quiet --keyserver hkps://keys.gentoo.org --recv-keys 39333C79B7BD85CD55C02E4C812BDFCB974B5783 >/dev/null
0 */6 * * * root /usr/local/bin/ansiblepull 2>&1 >/dev/null
dest: /etc/cron.d/ansible-pull
mode: "0644"
Expand Down

0 comments on commit 14f7a54

Please sign in to comment.