Skip to content

Commit

Permalink
Update block.py
Browse files Browse the repository at this point in the history
Add note on block properties
  • Loading branch information
mpdehaan committed Oct 19, 2014
1 parent 57d2622 commit a60fd58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/ansible/playbook/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

class Block(Base):

# TODO: FIXME: block/rescue/always should be enough
_begin = FieldAttribute(isa='list')
_rescue = FieldAttribute(isa='list')
_end = FieldAttribute(isa='list')
Expand Down

0 comments on commit a60fd58

Please sign in to comment.