Commit graph

5 commits

Author SHA1 Message Date
6ca723c74e Doc update regarding variables' behavior 2022-09-17 10:30:37 +02:00
7b44cdc731 create_group - add_host and parent options
* The `add_host` option can be used to add the current host to the
    group being created. It avoids having to use a separate `add_host`
    instruction in this case.
  * The `parent` option can specify the parent group. It avoids having
    to use a separate `add_child` instruction in this case.
2022-09-03 10:43:01 +02:00
9d7ea81783 README updated to mention blocks 2022-09-02 20:29:40 +02:00
5f719d7ab8 "block" instruction implemented
The "block" instruction allows mulitple instructions to be grouped in
order to be executed based on a single condition, in a common loop, with
a local variable scope. In addition, it provides a way to recover from
errors.
2022-09-02 20:26:36 +02:00
d658089183 README and COPYING files added 2022-09-02 18:25:52 +02:00