4 lines
91 B
YAML
4 lines
91 B
YAML
|
- name: Install apt-transport-https
|
||
|
apt:
|
||
|
name: apt-transport-https
|
||
|
state: presend
|