add missing curl dependency

This commit is contained in:
Bryan Black 2022-10-27 18:46:29 -07:00
parent 3d892c7696
commit bca67ae15a

View file

@ -1,3 +1,13 @@
- name: Install curl
become_user: root
become: true
apt:
state: present
update_cache: yes
cache_valid_time: 604800
pkg:
- curl
- name: Remove node
become_user: root
become: true