>
> I solved his problem like this
>

---
- hosts: mail_test
  remote_user: ansicon
  sudo: yes


  roles:
    - le9i0nx.dspam
    - le9i0nx.dspam

ansible/roles/le9i0nx.dspam/meta/main.yml
---
- name: init dspam
  include: init.yml
  when: role_dspam_register_init is not defined
    
- name: init dspam register
  command: /bin/true
  register: role_dspam_register_init
  when: role_dspam_register_init is not defined
  changed_when: False

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/6aed4703-f9b6-427b-9f1a-d2f3d9b1dbbb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to