Closed sergeycherepanov closed 7 years ago
Hi, I added more smarter parser for module parameters.
It is allow to use yaml syntax for modules (like in ansible) and more comfortable for the multiline values:
- name: "Upgrade" shell: env: "DEBIAN_FRONTEND=noninteractive" cmd: | apt-get update apt-get upgrade
Currently henchman allow to use only this:
- name: "Upgrade" shell: env="DEBIAN_FRONTEND=noninteractive" cmd="apt-get update && apt-get upgrade"
Hi, I added more smarter parser for module parameters.
It is allow to use yaml syntax for modules (like in ansible) and more comfortable for the multiline values:
Currently henchman allow to use only this: