Skip to content

Commit fb70f02

Browse files
committed
📚 update meta data
1 parent 25c0285 commit fb70f02

File tree

4 files changed

+27
-8
lines changed

4 files changed

+27
-8
lines changed

changelog.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: moban-ansible
22
organisation: moremoban
33
releases:
4+
- changes:
5+
- action: added
6+
details:
7+
- "`#1`: three parameters supported in lineinfile module of ansible"
8+
version: 0.0.2
9+
date: 04.09.2020
410
- changes:
511
- action: first release
612
details:

docs/README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Tutorial
2+
================================================================================
3+
4+
This section covers the use cases for moban. Please check them out individually.
5+
6+
7+
#. `lineinfile module`_
8+
9+
10+
.. _`lineinfile module`: level-1-line-in-file

docs/level-1-line-in-file/README.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ level 1 - lineinfile
44
It has been requested to have line in file feature from ansible. So far, it supports three parameters.
55

66

7-
============ =================== =================================================================
8-
Parameter Choices/Defaults Comments
9-
============ =================== =================================================================
10-
state 'present', 'absent' Whether the line should be there or not.
11-
regrexp The regular expression to look for in every line of the file.
12-
line The line to insert/replace into the file.
7+
.. table:: A list of supported commands
8+
9+
============ =================== =================================================================
10+
Parameter Choices/Defaults Comments
11+
============ =================== =================================================================
12+
state 'present', 'absent' Whether the line should be there or not.
13+
regrexp The regular expression to look for in every line of the file.
14+
line The line to insert/replace into the file.
1315

1416

1517
Here are currently supported features::

moban-ansible.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ contact: "[email protected]"
55
company: "C.W."
66
version: "0.0.2"
77
current_version: "0.0.2"
8-
release: "0.0.1"
8+
release: "0.0.2"
99
copyright_year: 2020
1010
license: newbsd
11-
dependencies: []
11+
dependencies:
12+
- moban>=0.8.1
1213
description: "Ansible filters, tests and utility functions for moban users"
1314
lint_command: make install_test lint format git-diff-check
1415
moban_command: moban -f mobanfile

0 commit comments

Comments
 (0)