additional course material RH294
Student User
2020-02-19 7bb947466ebfdcd8dce306c4fa30bdd8afd07279
1
2
3
4
5
6
7
---
- name: fail
  hosts: servera
  tasks:
    - shell: uname -a
      register: shout
      failed_when: "'Linux' in shout.stdout"