Skip to content
Snippets Groups Projects
Commit 107da007 authored by Rob Hirschfeld's avatar Rob Hirschfeld
Browse files

Merge branch 'master' into flagfixes12

parents fb980e45 5691086b
No related branches found
No related tags found
No related merge requests found
......@@ -38,3 +38,11 @@
pip:
name: "{{ item }}"
with_items: pip_python_modules
- name: Check configured hostname
shell: hostname
register: configured_hostname
- name: Assign inventory name to unconfigured hostnames
shell: sh -c "echo \"{{inventory_hostname}}\" > /etc/hostname; hostname \"{{inventory_hostname}}\""
when: configured_hostname.stdout == 'localhost'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment