Skip to content

Commit

Permalink
Changed directories structure for tasks hitachienergy#536
Browse files Browse the repository at this point in the history
  • Loading branch information
to-bar committed Oct 2, 2019
1 parent 4a8fc8e commit 25f68bd
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

- name: Enable system repositories and disable epirepo for offline mode
block:
- name: Enable system repositories
Expand All @@ -17,4 +16,4 @@
shell: /tmp/{{ ansible_os_family }}/disable-epirepo-client-rh.sh
when:
- not groups['kubernetes_master'][0] == inventory_hostname
- offline_mode == false
- offline_mode == false
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
- inventory_hostname in groups['repository']

- name: Set up repositories
include_tasks: "setup-{{ ansible_os_family }}.yml"
include_tasks: "{{ ansible_os_family }}/setup.yml"
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- name: Re-enable system repositories and disable epirepo
include_tasks: teardown-{{ ansible_os_family }}.yml
include_tasks: "{{ ansible_os_family }}/teardown.yml"

0 comments on commit 25f68bd

Please sign in to comment.