*Top-level nodes.yml:*

---
- hosts: "{{ hosts }}"
  roles:
     - { role: lsssd, when: inventory_hostname not in
(groups['edisonnodes']|union(groups['pugnodes_old'])) }
    - nodes
  user: root
  gather_facts: True

*Error:*

The offending line appears to be:

  roles:
    - { role: lsssd, when: inventory_hostname not in
(groups['edisonnodes']|union(groups['pugnodes_old'])) }
                                    ^ here

exception type: <class 'yaml.scanner.ScannerError'>
exception: while scanning for the next token
found character that cannot start any token
  in "<unicode string>", line 4, column 76

I have tried various changes but nothing seems to work.

Thanks greatly!


Thanks,

Douglas Duckworth, MSc, LFCS
HPC System Administrator
Physiology and Biophysics
Weill Cornell Medicine
E: [email protected]
O: 212-746-5454
F: 212-746-8690

-- 
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/CAAKHBKmCyug8wrF8iB-jp3FYKB3qxS18HmENEU4TawkLiBBEuA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to