Skip to content

Commit d6b1e4b

Browse files
committed
Remove task to install nfs packages
The packages is included in the controller image build, ensuring the package is installed is a slow task. Signed-off-by: Harald Jensås <hjensas@redhat.com>
1 parent 96e5ed0 commit d6b1e4b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

roles/controller/tasks/setup_nfs.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
# License for the specific language governing permissions and limitations
1515
# under the License.
1616

17-
- name: Install NFS server packages
18-
become: true
19-
ansible.builtin.dnf:
20-
name:
21-
- nfs-utils
22-
state: present
23-
2417
- name: Create NFS export directories
2518
become: true
2619
ansible.builtin.file:

0 commit comments

Comments
 (0)