Skip to content

Commit

Permalink
Fix for problems with add_* plugins
Browse files Browse the repository at this point in the history
Change-Id: Iedd34d2ebf9e4225e70456b5f9f7b01a6cca87d0
  • Loading branch information
9seconds committed Apr 5, 2017
1 parent f31066e commit 1a74f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@
# limitations under the License.


- hosts: all
become: true
gather_facts: false
tasks:
- include: "{{ decapod_common_playbooks }}/init.yaml"

- include: "{{ decapod_common_playbooks }}/plays/init.yaml"
- include: "{{ decapod_common_playbooks }}/plays/ceph_version.yaml"

- hosts: mons
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
become: true
gather_facts: false
tasks:
- include: "{{ decapod_common_playbooks }}/init.yaml"
- include: "{{ decapod_common_playbooks }}/plays/init.yaml"


- hosts:
Expand Down

0 comments on commit 1a74f45

Please sign in to comment.