fix #10
This commit is contained in:
parent
a8556226c9
commit
8fc2af5b58
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
- name: Install cURL if not present
|
||||
ansible.builtin.package:
|
||||
name: curl
|
||||
|
||||
- name: Create /usr/local/apt-keys directory
|
||||
ansible.builtin.file:
|
||||
path: /usr/local/apt-keys
|
||||
|
|
Loading…
Reference in a new issue