Add autofs
This commit is contained in:
parent
e6587a719b
commit
01e2d3d825
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue