Re: [ansible-project] ansible include_role syntax problem

2020-05-06 Thread Vladimir Botka
On Wed, 6 May 2020 03:20:30 -0700 (PDT) Meir Yanovich wrote: > --- > - name: check if exsist > hosts: localhost > gather_facts: false > tasks: > - name: this is test >include_role: > static: no > name: utilities >

Re: [ansible-project] ansible include_role syntax problem

2020-05-06 Thread Stefan Hornburg (Racke)
On 5/6/20 12:20 PM, Meir Yanovich wrote: > I try to include_rule but i keep getting errors on the wrong syntax  > this is my file structure : > | > > >     ├──roles   >     │  └──utilities >     │      ├──defaults >     │      ├──files >     │      ├──handlers >     │      ├──meta >     │     

[ansible-project] ansible include_role syntax problem

2020-05-06 Thread Meir Yanovich
I try to include_rule but i keep getting errors on the wrong syntax this is my file structure : ├── roles │ └── utilities │ ├── defaults │ ├── files │ ├── handlers │ ├── meta │ ├── tasks │ │ └── d_pack.yml │ ├──