Add autofs

This commit is contained in:
Robert de Bock 2020-09-30 11:28:06 +02:00
parent e6587a719b
commit 01e2d3d825
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.0.0"
version: "2.0.1"
readme: "README.md"
authors:
- "Robert de Bock"

View File

@ -57,6 +57,8 @@ git_repositories:
dest: ansible-role-atom
- repo: ssh://git@github.com/robertdebock/ansible-role-auditd.git
dest: ansible-role-auditd
- repo: ssh://git@github.com/robertdebock/ansible-role-autofs.git
dest: ansible-role-autofs
- repo: ssh://git@github.com/robertdebock/ansible-role-auto_update.git
dest: ansible-role-auto_update
- repo: ssh://git@github.com/robertdebock/ansible-role-azure_cli.git