Native YAML - system (#3625)

* Native YAML - system

* Remove comment that is not applicable to the code
This commit is contained in:
Fabio Alessandro Locati 2016-12-02 15:48:22 +00:00 committed by Matt Clay
parent 737c6afb54
commit cc25f24475
26 changed files with 514 additions and 135 deletions

View file

@ -46,10 +46,13 @@ options:
EXAMPLES = '''
# Build the default target
- make: chdir=/home/ubuntu/cool-project
- make:
chdir: /home/ubuntu/cool-project
# Run `install` target as root
- make: chdir=/home/ubuntu/cool-project target=install
- make:
chdir: /home/ubuntu/cool-project
target: install
become: yes
# Pass in extra arguments to build