Revision history of "Ansible import a play"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 11:14, 6 October 2019George2 (Talk | contribs). . (343 bytes) (+343). . (Created page with "<source lang="yaml"> - hosts: localhost tasks: - debug: msg: play1 - name: Include a play after another play import_playbook: otherplays.yaml - name: This D...")