Add autofs
This commit is contained in:
parent
e6587a719b
commit
01e2d3d825
|
|
@ -1,7 +1,7 @@
|
||||||
namespace: "robertdebock"
|
namespace: "robertdebock"
|
||||||
name: "development_environment"
|
name: "development_environment"
|
||||||
description: Install everything you need to develop Ansible roles.
|
description: Install everything you need to develop Ansible roles.
|
||||||
version: "2.0.0"
|
version: "2.0.1"
|
||||||
readme: "README.md"
|
readme: "README.md"
|
||||||
authors:
|
authors:
|
||||||
- "Robert de Bock"
|
- "Robert de Bock"
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,8 @@ git_repositories:
|
||||||
dest: ansible-role-atom
|
dest: ansible-role-atom
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-auditd.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-auditd.git
|
||||||
dest: ansible-role-auditd
|
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
|
- repo: ssh://git@github.com/robertdebock/ansible-role-auto_update.git
|
||||||
dest: ansible-role-auto_update
|
dest: ansible-role-auto_update
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-azure_cli.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-azure_cli.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue