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

simple exec

parent 66d79aca
No related branches found
No related tags found
No related merge requests found
...@@ -23,5 +23,14 @@ ...@@ -23,5 +23,14 @@
# execution strategy, possible values: debug, linear, serial, free (https://docs.ansible.com/ansible/latest/user_guide/playbooks_strategies.html) # execution strategy, possible values: debug, linear, serial, free (https://docs.ansible.com/ansible/latest/user_guide/playbooks_strategies.html)
strategy: linear strategy: linear
roles: #roles:
- { role: ansible_slub_awxdemo01, become: true } # - { role: ansible_slub_awxdemo01, become: true }
# tasks for ansible_slub_awxdemo01
tasks:
- assert: {that: "ansible_os_family != 'RedHat'"}
- ping:
register: 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