In some test frameworks, we can start a test suite by providing a list of 
empty tests. Then we can implement the tests one by one.

Similarly, I want to start a playbook by only providing the set of tasks I 
want to execute, without implementing them:

- hosts: localhost
  tasks:
    - name: Step 1
    - name: Step 2
    - name: Step 3

But this is invalid syntax in Ansible.

Any workarounds available to do this?

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/20d5379a-3a34-4fe3-980c-680f5cd923dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to