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

Adds tasks for installing dependencies on Mac #14

Commits on Sep 26, 2022

  1. Adds tasks for installing dependencies on Mac

    This detects the 'Darwin' OS family, and uses homebrew to install the
    dependencies if so.
    toby-griffiths committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    b7f9aea View commit details
    Browse the repository at this point in the history
  2. Msg to install Ansible manually if no apt-get

    This detects the apt-get command, used for installing Ansible, and if it
    is missing, displays a message to install it manually first, before
    continuing.
    toby-griffiths committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    7436564 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Install coreutils for GNU ls command

    This is needed in the get_ansible_remote_environments function.
    toby-griffiths committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    0cec374 View commit details
    Browse the repository at this point in the history
  2. Use GNU ls from coreutils on Mac

    This checks if the coreutils provided version of ls (installed via brew
    `coreutils` package in `ansible/install-dependencies.yml`) exists (i.e.
    are we on a Mac), and uses that if available.
    toby-griffiths committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    b24ef23 View commit details
    Browse the repository at this point in the history