Re: [ansible-project] When var1 == "yes" and var2 == "no"

2020-02-11 Thread Hugo Gonzalez
On 2/11/20 11:44 AM, Jesse Lyon wrote: So, I'm having fits with when conditionals matching strings No matter what I do, it applies each conditional, the combination of the variables doesn't seem to count for ... anything. what the heck am I doing wrong? additionally, is there a better way

Re: [ansible-project] When var1 == "yes" and var2 == "no"

2020-02-11 Thread Jesse Lyon
Perfect! I didn't realize the indentation had to be outside the module parameter, the example I was using was poorly written it seems. I appreciate the help Stefan! -- Jess On Tuesday, February 11, 2020 at 12:51:14 PM UTC-5, Stefan Hornburg (Racke) wrote: > > On 2/11/20 6:44 PM, Jesse Lyon

Re: [ansible-project] When var1 == "yes" and var2 == "no"

2020-02-11 Thread Stefan Hornburg (Racke)
On 2/11/20 6:44 PM, Jesse Lyon wrote: > So, > > I'm having fits with when conditionals matching strings > No matter what I do, it applies each conditional, the combination of the > variables doesn't seem to count for ... anything. > > what the heck am I doing wrong? additionally, is there a