Skip to content

Commit

Permalink
Merge pull request #13 from ascerra/issue_12
Browse files Browse the repository at this point in the history
Fix for Issue #12.
  • Loading branch information
greg-hellings authored Aug 24, 2020
2 parents 7742cc7 + f684b01 commit bb13879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/director/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
shell: |
set -o pipefail
openstack subnet list | grep ctlplane-subnet | awk '{print $2}' | xargs
environment: "{{ osp_director_os_env_data }}"
register: _osp_director_read_subnet_info

- name: Setting a nameserver for the control plane
Expand Down

0 comments on commit bb13879

Please sign in to comment.