diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-11-03 17:13:56 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-11-03 17:13:56 +0100 |
commit | 8ceb4bbe219230a7e8297f7bd78c141202454dba (patch) | |
tree | c7b8c5b8f64c061d86cb2a41711d7afe989f2965 /ansible/roles/unifi/tasks/main.yml | |
parent | 9fc7d5ed1a8a31bd0ddcba0568c8acc280ee5021 (diff) | |
download | infra-8ceb4bbe219230a7e8297f7bd78c141202454dba.tar.gz infra-8ceb4bbe219230a7e8297f7bd78c141202454dba.tar.bz2 infra-8ceb4bbe219230a7e8297f7bd78c141202454dba.tar.xz infra-8ceb4bbe219230a7e8297f7bd78c141202454dba.zip |
Diffstat (limited to 'ansible/roles/unifi/tasks/main.yml')
-rw-r--r-- | ansible/roles/unifi/tasks/main.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ansible/roles/unifi/tasks/main.yml b/ansible/roles/unifi/tasks/main.yml deleted file mode 100644 index 11c4c00..0000000 --- a/ansible/roles/unifi/tasks/main.yml +++ /dev/null @@ -1,23 +0,0 @@ ---- -- name: Ubiquiti APT key - notify: update apt cache - apt_key: - id: 06E85760C0A52C50 - keyserver: keyserver.ubuntu.com - -- name: Ubiquiti APT repository - notify: update apt cache - copy: - dest: /etc/apt/sources.list.d/unifi.list - content: 'deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti' - -- meta: flush_handlers - -- name: packages - apt: - name: "{{ items }}" - install_recommends: no - vars: - items: - - openjdk-8-jre - - unifi |