<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.twig.es/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Ansible_import_a_play</id>
		<title>Ansible import a play - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Ansible_import_a_play"/>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Ansible_import_a_play&amp;action=history"/>
		<updated>2026-05-06T15:46:52Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.0</generator>

	<entry>
		<id>https://wiki.twig.es/index.php?title=Ansible_import_a_play&amp;diff=4566&amp;oldid=prev</id>
		<title>George2: Created page with &quot;&lt;source lang=&quot;yaml&quot;&gt; - hosts: localhost   tasks:     - debug:         msg: play1  - name: Include a play after another play   import_playbook: otherplays.yaml   - name: This D...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Ansible_import_a_play&amp;diff=4566&amp;oldid=prev"/>
				<updated>2019-10-06T11:14:27Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;source lang=&amp;quot;yaml&amp;quot;&amp;gt; - hosts: localhost   tasks:     - debug:         msg: play1  - name: Include a play after another play   import_playbook: otherplays.yaml   - name: This D...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;yaml&amp;quot;&amp;gt;&lt;br /&gt;
- hosts: localhost&lt;br /&gt;
  tasks:&lt;br /&gt;
    - debug:&lt;br /&gt;
        msg: play1&lt;br /&gt;
&lt;br /&gt;
- name: Include a play after another play&lt;br /&gt;
  import_playbook: otherplays.yaml&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- name: This DOES NOT WORK&lt;br /&gt;
  hosts: all&lt;br /&gt;
  tasks:&lt;br /&gt;
    - debug:&lt;br /&gt;
        msg: task1&lt;br /&gt;
&lt;br /&gt;
    - name: This fails because I'm inside a play already&lt;br /&gt;
      import_playbook: stuff.yaml&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>George2</name></author>	</entry>

	</feed>