Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor updates #168

Merged
merged 4 commits into from
Feb 2, 2018
Merged

minor updates #168

merged 4 commits into from
Feb 2, 2018

Commits on Feb 1, 2018

  1. Configuration menu
    Copy the full SHA
    63a6e4e View commit details
    Browse the repository at this point in the history
  2. Added new section to install test tools for x86_64

    #########################
    # Additional Test Tools #
    #########################
    - name: Install additional Test Tool Packages for x86_64
      package: "name={{ item }} state=latest"
      with_items: "{{ Test_Tool_Packages_x86_64 }}"
      tags: test_tools
    bblondin authored Feb 1, 2018
    Configuration menu
    Copy the full SHA
    117bd1e View commit details
    Browse the repository at this point in the history
  3. sudo isn't need here

    failures seen on s390 systems
    removed sudo and become
    bblondin authored Feb 1, 2018
    Configuration menu
    Copy the full SHA
    73e7d64 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Merge branch 'master' into master

    George Adams authored Feb 2, 2018
    Configuration menu
    Copy the full SHA
    68de6c5 View commit details
    Browse the repository at this point in the history