Skip to content

Commit

Permalink
Update setup-tftpd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmoini authored Jul 11, 2024
1 parent e47c04b commit 0ec1842
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/setup-tftpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
loop_control:
loop_var: seb_item

- name: Make the tftp base directory
ansible.builtin.file:
state: directory
path: "{{ tftp_server_base_path }}"

- name: Enable and Start TFTP
ansible.builtin.service:
name: tftp.service
Expand Down

0 comments on commit 0ec1842

Please sign in to comment.