Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleIncorrect
  - file: dest="{{ test }}" src="./foo.txt" mode=0077 state=present user="root" group="wheel"

 

 

Code Block
titleIncorrect
- file: >
	dest="{{ test }}"
	src="./foo.txt"
	mode=0077
	state=present
	user="root"
	group="wheel"

...