menos verbosidad nada mas
This commit is contained in:
@ -39,6 +39,7 @@
|
||||
state: present
|
||||
regexp: "volumes: #"
|
||||
when: volumes_def.stat.exists
|
||||
changed_when: false
|
||||
|
||||
- name: define volumes content in local composition
|
||||
local_action:
|
||||
@ -49,6 +50,7 @@
|
||||
state: present
|
||||
regexp: "{{ volumes_content }}"
|
||||
when: volumes_content is defined
|
||||
changed_when: false
|
||||
|
||||
- name: define networks in local composition
|
||||
local_action:
|
||||
@ -59,6 +61,7 @@
|
||||
state: present
|
||||
regexp: "networks: #"
|
||||
when: networks_def.stat.exists
|
||||
changed_when: false
|
||||
|
||||
- name: define networks content in local composition
|
||||
local_action:
|
||||
@ -68,3 +71,4 @@
|
||||
line: "{{ networks_content }}"
|
||||
state: present
|
||||
when: networks_content is defined
|
||||
changed_when: false
|
||||
|
Reference in New Issue
Block a user