Skip to content

Commit

Permalink
Add id to apt_key command for speed
Browse files Browse the repository at this point in the history
Because apt_key can now check if it needs to download the key file at all
  • Loading branch information
michaelcontento committed May 8, 2014
1 parent 48b660d commit e1edf36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

- name: PostgreSQL | Add PostgeSQL repository apt-key
apt_key:
id: ACCC4CF8
url: "https://www.postgresql.org/media/keys/ACCC4CF8.asc"
state: present

Expand Down

0 comments on commit e1edf36

Please sign in to comment.