Sha256: 5a139d468069a7f71a4b4447cc55d507d8178640efb5b61fea2090020d20bd39
Contents?: true
Size: 403 Bytes
Versions: 8
Compression:
Stored size: 403 Bytes
Contents
--- - name: Add the webupd8 APT repository key tags: - java - java-webupd8 apt_key: data="{{ lookup('file', 'webupd8.key.asc') }}" state=present # Use a static file because right now using just an ID fails - name: Add the webupd8 APT repository tags: - java - java-webupd8 apt_repository: repo="deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" state=present
Version data entries
8 entries across 8 versions & 2 rubygems