Changeset 15355


Ignore:
Timestamp:
18 Mar 2019, 09:26:28 (6 years ago)
Author:
uli
Message:

Import playbooks rather than include them.

Importing playbooks is the newer and recommended ansbile way to call other
playbooks inside one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup-ansible/playbook-reboot.yml

    r14763 r15355  
    1515#
    1616
    17 - include: playbook-prep-reboot.yml
     17- import_playbook: playbook-prep-reboot.yml
    1818
    1919- hosts: nonvirtual
     
    3737                  connect_timeout=5
    3838
    39 - include: playbook-post-reboot.yml
     39- import_playbook: playbook-post-reboot.yml
Note: See TracChangeset for help on using the changeset viewer.