Add vsftpd.

This commit is contained in:
Robert de Bock 2023-08-04 08:29:43 +02:00
parent 6b77368ff8
commit 79813d5a26
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
namespace: "robertdebock"
name: "development_environment"
description: Install everything you need to develop Ansible roles.
version: "2.6.1"
version: "2.6.2"
readme: "README.md"
authors:
- "Robert de Bock"

View File

@ -421,6 +421,8 @@ git_repositories:
dest: ansible-role-vdo
- repo: ssh://git@github.com/robertdebock/ansible-role-virtualbox.git
dest: ansible-role-virtualbox
- repo: ssh://git@github.com/robertdebock/ansible-role-vsftpd.git
dest: ansible-role-vsftpd
- repo: ssh://git@github.com/robertdebock/ansible-role-xinetd.git
dest: ansible-role-xinetd
- repo: ssh://git@github.com/robertdebock/ansible-role-xrdp.git