Commit cb07f907 authored by William Tucker's avatar William Tucker
Browse files

Minor tweaks

parent cf56f9eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@
    networks:
      - name: esgf
    networks_cli_compatible: yes
    user: "root" #"{{ data_security_context_user }}"
    user: "{{ data_security_context_user }}"
    groups: "{{ data_security_context_groups }}"
    volumes: >-
      [
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
    name: docker
    state: latest

## Log in to the configured registries
# Log in to the configured registries
- name: Log in to Docker registry
  docker_login:
    registry: "{{ item.registry }}"