Skip to content
Snippets Groups Projects
Commit 73bed60b authored by Jörg Sachse's avatar Jörg Sachse
Browse files

Update 2 files

- /site.yml
- /roles/ansible_slub_awxdemo01/tasks/main.yml
parent 8f2aed9a
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,6 @@
- debug:
var: pong
- debug:
msg: "TEST"
\ No newline at end of file
......@@ -23,14 +23,14 @@
# execution strategy, possible values: debug, linear, serial, free (https://docs.ansible.com/ansible/latest/user_guide/playbooks_strategies.html)
strategy: linear
#roles:
# - { role: ansible_slub_awxdemo01, become: true }
roles:
- { role: ansible_slub_awxdemo01, become: true }
# tasks for ansible_slub_awxdemo01
tasks:
- assert: {that: "ansible_os_family != 'RedHat'"}
# tasks:
# - assert: {that: "ansible_os_family != 'RedHat'"}
- ping:
register: pong
# - ping:
# register: pong
- debug:
var: pong
# - debug:
# var: pong
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment