Showing posts with label beginning. Show all posts
Showing posts with label beginning. Show all posts

Thursday, June 17, 2010

The beginning

Hi there,

Well, after seeing what is going on in this world I decided to open a little blog. Which by the way may discuss anything from political, to environment and even technology. And I also hope it may improve my English a little. So here is a little info about me (I will also update it in my profile soon):
I live in Israel, currently at IDF, working really hard (or at least as much as I can) to help my family out of the money problems.
Also I am an activist at GreenPeace, I haven't done anything physically yet (although I hope to some day) but I have been following them since age 16, and supporting them as much as I can.
Actually Green Peace isn't the only organization I'm following. There is also TckTckTck, WWF, 350,org and some more which I can't remember.
So that was my first post,
I just hope you enjoyed it,

Thanks for reading,
Albert

Ansible and Jinja2: Check if variable is defined and it's True

Jinja2 provides you with a built in test: http://jinja.pocoo.org/docs/2.10/templates/#defined So you can simply use: However, if you...