diff --git a/roles/ansible_slub_awxdemo01/tasks/main.yml b/roles/ansible_slub_awxdemo01/tasks/main.yml index 24abd0d8b586ef3513c01e2d3977638b836ef00d..ff86d3de95b942d1d67f618388de031ad88c27db 100644 --- a/roles/ansible_slub_awxdemo01/tasks/main.yml +++ b/roles/ansible_slub_awxdemo01/tasks/main.yml @@ -8,3 +8,6 @@ - debug: var: pong + +- debug: + msg: "TEST" \ No newline at end of file diff --git a/site.yml b/site.yml index 6138c9890500b1f7fa3cc2de2ea4ac0965feea1b..378754318dfe7c300409d6a8718b833705dc2fdf 100644 --- a/site.yml +++ b/site.yml @@ -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