Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
refactor(ansible): use ansible.builtin.package instead of ansible.bui…
Browse files Browse the repository at this point in the history
…ltin.apt
  • Loading branch information
JesusMtnez committed Jan 12, 2024
1 parent e80a43b commit 50e7046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbooks/k3s-bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
when: prereq_docker is changed

- name: Setup nfs
ansible.builtin.apt:
ansible.builtin.package:
name: nfs-common
state: present

Expand Down

0 comments on commit 50e7046

Please sign in to comment.