manage icon indicating copy to clipboard operation
manage copied to clipboard

Create manage_ansible module

Open rochacbruno opened this issue 9 years ago • 0 comments

Description

Ansible as a django_manage core module, I think it is useful to create a manage module for ansible.

tasks:
  - name: show manage debug
    manage:
        debug: options=V
  - name: Creates a naval ship
    manage:
        ship:
            new: FireStorm

It should rely on a MANAGE_FILE global variable

rochacbruno avatar Jul 04 '16 16:07 rochacbruno