Skip to content

Commit ae48ea0

Browse files
committed
Ansible's built-in file module replaces symlink
My symlink module is no longer needed, Ansible's file module can create relative links now.
1 parent 130af66 commit ae48ea0

File tree

2 files changed

+0
-120
lines changed

2 files changed

+0
-120
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ This software has the same license as Ansible, GPLv3.
2222
Note: this should probably be replaced by [`ansible-vault`][vault]
2323
once Ansible 1.5 is released.
2424

25-
* [`symlink` module][symlink_mod]: A module that solely creates symbolic
26-
links. Its main selling point, and where it differs from Ansible's
27-
built-in `file` module, is that it lets you create relative links.
28-
2925
* `dns` lookup plug-in: Lets you resolve host names to their IP
3026
addresses. This very simple module just calls `gethostbyname` for
3127
now, so it surely won't cover all use cases, and it definitely

library/symlink

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)