Integration of authentik role #1
1 changed files with 1 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
cache_valid_time: 3600
|
||||
lock_timeout: 180
|
||||
when: ansible_facts["os_family"] == "Debian"
|
||||
|
||||
- name: Install required packages for Docker
|
||||
|
|
@ -20,7 +21,6 @@
|
|||
state: present
|
||||
when: ansible_facts["os_family"] == "Debian"
|
||||
|
||||
|
||||
- name: Install convenience packages
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue