UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

798 lines 58.4 kB
task: [install:software:common:linux:redhat] mkdir -p "$HOME/.config/mblabs"
task: [install:software:common:linux:redhat] if [ ! -f "$HOME/.config/mblabs/yum-devtools-check-ran" ]; then
  yum grouplist 'Development Tools' &> "$HOME/.config/mblabs/yum-devtools-check-ran"
  DEV_TOOLS_NOT_INSTALLED="$(grep 'No groups match' < "$HOME/.config/mblabs/yum-devtools-check-ran" > /dev/null)"
  if [[ "$DEV_TOOLS_NOT_INSTALLED" == '0' ]]; then
    sudo yum groupinstall -y 'Development Tools'
  fi
  touch "$HOME/.config/mblabs/yum-devtools-check-ran"
fi
if ! rpm --quiet --query curl file git procps-ng; then
  .config/log info 'Attempting to install Homebrew dependencies (sudo password required)'
  sudo yum install -y curl file git procps-ng
fi
if [ -f '/etc/os-release' ]; then
  source /etc/os-release
  if [[ "$ID" == 'fedora' ]] && [ "$VERSION_ID" -gt "29" ]; then
    if ! rpm --quiet --query libxcrypt-compat; then
      .config/log info 'Attempting to install Fedora-specific Homebrew dependency (sudo password required)'
      sudo yum -y install libxcrypt-compat
    fi
  fi
fi

task: Task "install:software:brew:linux" is up to date
task: Task "install:install-doctor" is up to date
task: [install:python:requirements:poetry:prereqs] if ! which gcc-5 > /dev/null; then
  if which gcc; then
    if [ -w /usr/local/bin ]; then
      ln -s "$(which gcc)" /usr/local/bin/gcc-5
    else
      .config/log info 'It looks like your system is missing gcc-5 but gcc is available. You will be prompted for a password to run:'
      .config/log info '`sudo ln -s '"$(which gcc)"' /usr/local/bin/gcc-5`'
      sudo ln -s "$(which gcc)" /usr/local/bin/gcc-5
    fi
  else
    .config/log warn '`gcc` is missing.'
  fi
fi

task: Task "install:software:poetry" is up to date
task: Task "install:python:requirements:poetry" is up to date
task: Task "ansible:galaxy:requirements" is up to date
task: [ansible:test:molecule:dependencies] poetry run  ansible-galaxy install --ignore-errors -r requirements.yml
Starting galaxy role install process
[WARNING]: - professormanhattan.homebrew (master) is already installed - use
--force to change version to unspecified
Starting galaxy collection install process
Nothing to do. All requested collections are already installed. If you want to reinstall them, consider using `--force`.
task: [symlink:role] mkdir -p "$HOME/.ansible/roles"
task: [symlink:role] rm -rf "$HOME/.ansible/roles/professormanhattan.ohmyzsh"
task: [symlink:role] ln -sf "$PWD" "$HOME/.ansible/roles/professormanhattan.ohmyzsh"
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: Fedora-35
[WARNING]: Found both group and host with same name: CentOS-7
[WARNING]: Found both group and host with same name: Fedora-33
[WARNING]: Found both group and host with same name: CentOS-8
[WARNING]: Found both group and host with same name: CentOS-Stream-8
[WARNING]: Found both group and host with same name: Fedora-34

PLAY [Update platforms] ********************************************************

TASK [Gathering Facts] *********************************************************
Friday 07 January 2022  13:36:21 -0500 (0:00:00.016)       0:00:00.016 ********
ok: [localhost]

TASK [Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable] ***
Friday 07 January 2022  13:36:30 -0500 (0:00:09.561)       0:00:09.577 ********
skipping: [localhost]

PLAY [Destroy] *****************************************************************

TASK [Destroy molecule instance(s)] ********************************************
Friday 07 January 2022  13:36:30 -0500 (0:00:00.362)       0:00:09.940 ********
ok: [localhost] => (item=ArchLinux-Latest)
ok: [localhost] => (item=CentOS-7)
ok: [localhost] => (item=CentOS-8)
ok: [localhost] => (item=CentOS-Stream-8)
ok: [localhost] => (item=Debian-9-Stretch)
ok: [localhost] => (item=Debian-10-Buster)
ok: [localhost] => (item=Debian-11-Bullseye)
ok: [localhost] => (item=Fedora-33)
ok: [localhost] => (item=Fedora-34)
ok: [localhost] => (item=Fedora-35)
ok: [localhost] => (item=Ubuntu-18.04-Bionic-Beaver)
ok: [localhost] => (item=Ubuntu-20.04-Focal-Fossa)
ok: [localhost] => (item=Ubuntu-21.04-Hirsute-Hippo)
ok: [localhost] => (item=Ubuntu-21.10-Impish-Indri)
ok: [localhost] => (item=Windows-10)

TASK [Populate instance config] ************************************************
Friday 07 January 2022  13:36:59 -0500 (0:00:28.749)       0:00:38.689 ********
ok: [localhost]

TASK [Dump instance config] ****************************************************
Friday 07 January 2022  13:36:59 -0500 (0:00:00.177)       0:00:38.866 ********
skipping: [localhost]

PLAY RECAP *********************************************************************
localhost                  : ok=3    changed=0    unreachable=0    failed=0    skipped=2    rescued=0    ignored=0

Friday 07 January 2022  13:37:00 -0500 (0:00:00.342)       0:00:39.209 ********
===============================================================================
Destroy molecule instance(s) ------------------------------------------- 28.75s
Gathering Facts --------------------------------------------------------- 9.56s
Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.36s
Dump instance config ---------------------------------------------------- 0.34s
Populate instance config ------------------------------------------------ 0.18s
Playbook run took 0 days, 0 hours, 0 minutes, 39 seconds
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: Fedora-33
[WARNING]: Found both group and host with same name: CentOS-7
[WARNING]: Found both group and host with same name: CentOS-8
[WARNING]: Found both group and host with same name: CentOS-Stream-8
[WARNING]: Found both group and host with same name: Fedora-35
[WARNING]: Found both group and host with same name: Fedora-34

playbook: /home/hawkwood/gas-station/roles/system/zsh/molecule/converge.yml
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: Fedora-35
[WARNING]: Found both group and host with same name: CentOS-Stream-8
[WARNING]: Found both group and host with same name: CentOS-8
[WARNING]: Found both group and host with same name: Fedora-33
[WARNING]: Found both group and host with same name: Fedora-34
[WARNING]: Found both group and host with same name: CentOS-7

PLAY [Update platforms] ********************************************************

TASK [Gathering Facts] *********************************************************
Friday 07 January 2022  13:37:03 -0500 (0:00:00.015)       0:00:00.015 ********
ok: [localhost]

TASK [Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable] ***
Friday 07 January 2022  13:37:12 -0500 (0:00:09.560)       0:00:09.576 ********
skipping: [localhost]

PLAY [Create] ******************************************************************

TASK [Create molecule instance(s)] *********************************************
Friday 07 January 2022  13:37:13 -0500 (0:00:00.367)       0:00:09.943 ********
changed: [localhost] => (item=ArchLinux-Latest)
changed: [localhost] => (item=CentOS-7)
changed: [localhost] => (item=CentOS-8)
changed: [localhost] => (item=CentOS-Stream-8)
changed: [localhost] => (item=Debian-9-Stretch)
changed: [localhost] => (item=Debian-10-Buster)
changed: [localhost] => (item=Debian-11-Bullseye)
changed: [localhost] => (item=Fedora-33)
changed: [localhost] => (item=Fedora-34)
changed: [localhost] => (item=Fedora-35)
changed: [localhost] => (item=Ubuntu-18.04-Bionic-Beaver)
changed: [localhost] => (item=Ubuntu-20.04-Focal-Fossa)
changed: [localhost] => (item=Ubuntu-21.04-Hirsute-Hippo)
changed: [localhost] => (item=Ubuntu-21.10-Impish-Indri)
changed: [localhost] => (item=Windows-10)

TASK [Populate instance config dict] *******************************************
Friday 07 January 2022  13:46:51 -0500 (0:09:38.525)       0:09:48.469 ********
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/zsh/default/vagrant-ArchLinux-Latest.out', 'Host': 'ArchLinux-Latest', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2214', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/zsh/default/.vagrant/machines/ArchLinux-Latest/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'ArchLinux-Latest', 'platform_box': 'archlinux/archlinux', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'archlinux/archlinux', 'cpus': 1, 'groups': ['ArchLinux', 'Linux'], 'memory': 512, 'name': 'ArchLinux-Latest', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/zsh/default/vagrant-CentOS-7.out', 'Host': 'CentOS-7', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2215', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/zsh/default/.vagrant/machines/CentOS-7/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'CentOS-7', 'platform_box': 'bento/centos-7', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/centos-7', 'cpus': 1, 'groups': ['CentOS', 'CentOS-7', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'CentOS-7', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/zsh/default/vagrant-CentOS-8.out', 'Host': 'CentOS-8', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2216', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/zsh/default/.vagrant/machines/CentOS-8/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'CentOS-8', 'platform_box': 'bento/centos-8', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/centos-8', 'cpus': 1, 'groups': ['CentOS', 'CentOS-8', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'CentOS-8', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/zsh/default/vagrant-CentOS-Stream-8.out', 'Host': 'CentOS-Stream-8', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2217', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/zsh/default/.vagrant/machines/CentOS-Stream-8/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'CentOS-Stream-8', 'platform_box': 'bento/centos-stream-8', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/centos-stream-8', 'cpus': 1, 'groups': ['CentOS', 'CentOS-Stream-8', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'CentOS-Stream-8', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/zsh/default/vagrant-Debian-9-Stretch.out', 'Host': 'Debian-9-Stretch', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2218', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/zsh/default/.vagrant/machines/Debian-9-Stretch/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Debian-9-Stretch', 'platform_box': 'bento/debian-9', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/debian-9', 'cpus': 1, 'groups': ['Debian', 'Debian-9', 'Debian-Flavor', 'Linux'], 'memory': 512, 'name': 'Debian-9-Stretch', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/zsh/default/vagrant-Debian-10-Buster.out', 'Host': 'Debian-10-Buster', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2219', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/zsh/default/.vagrant/machines/Debian-10-Buster/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Debian-10-Buster', 'platform_box': 'bento/debian-10', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/debian-10', 'cpus': 1, 'groups': ['Debian', 'Debian-10', 'Debian-Flavor', 'Linux'], 'memory': 512, 'name': 'Debian-10-Buster', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/zsh/default/vagrant-Debian-11-Bullseye.out', 'Host': 'Debian-11-Bullseye', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2220', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/zsh/default/.vagrant/machines/Debian-11-Bullseye/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Debian-11-Bullseye', 'platform_box': 'bento/debian-11.1', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/debian-11.1', 'cpus': 1, 'groups': ['Debian', 'Debian-11', 'Debian-Flavor', 'Linux'], 'memory': 512, 'name': 'Debian-11-Bullseye', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/zsh/default/vagrant-Fedora-33.out', 'Host': 'Fedora-33', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2221', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/zsh/default/.vagrant/machines/Fedora-33/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Fedora-33', 'platform_box': 'alvistack/fedora-33', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'alvistack/fedora-33', 'cpus': 1, 'groups': ['Fedora', 'Fedora-33', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'Fedora-33', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/zsh/default/vagrant-Fedora-34.out', 'Host': 'Fedora-34', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2223', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/zsh/default/.vagrant/machines/Fedora-34/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Fedora-34', 'platform_box': 'alvistack/fedora-34', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'alvistack/fedora-34', 'cpus': 1, 'groups': ['Fedora', 'Fedora-34', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'Fedora-34', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/zsh/default/vagrant-Fedora-35.out', 'Host': 'Fedora-35', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2224', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/zsh/default/.vagrant/machines/Fedora-35/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Fedora-35', 'platform_box': 'alvistack/fedora-35', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'alvistack/fedora-35', 'cpus': 1, 'groups': ['Fedora', 'Fedora-35', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'Fedora-35', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/zsh/default/vagrant-Ubuntu-18.04-Bionic-Beaver.out', 'Host': 'Ubuntu-18.04-Bionic-Beaver', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2225', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/zsh/default/.vagrant/machines/Ubuntu-18.04-Bionic-Beaver/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Ubuntu-18.04-Bionic-Beaver', 'platform_box': 'bento/ubuntu-18.04', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/ubuntu-18.04', 'cpus': 1, 'groups': ['Debian-Flavor', 'Linux', 'Ubuntu', 'Ubuntu-18.04'], 'memory': 512, 'name': 'Ubuntu-18.04-Bionic-Beaver', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/zsh/default/vagrant-Ubuntu-20.04-Focal-Fossa.out', 'Host': 'Ubuntu-20.04-Focal-Fossa', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2226', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/zsh/default/.vagrant/machines/Ubuntu-20.04-Focal-Fossa/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Ubuntu-20.04-Focal-Fossa', 'platform_box': 'bento/ubuntu-20.04', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/ubuntu-20.04', 'cpus': 1, 'groups': ['Debian-Flavor', 'Linux', 'Ubuntu', 'Ubuntu-20.04'], 'memory': 512, 'name': 'Ubuntu-20.04-Focal-Fossa', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/zsh/default/vagrant-Ubuntu-21.04-Hirsute-Hippo.out', 'Host': 'Ubuntu-21.04-Hirsute-Hippo', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2227', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/zsh/default/.vagrant/machines/Ubuntu-21.04-Hirsute-Hippo/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Ubuntu-21.04-Hirsute-Hippo', 'platform_box': 'bento/ubuntu-21.04', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/ubuntu-21.04', 'cpus': 1, 'groups': ['Debian-Flavor', 'Linux', 'Ubuntu', 'Ubuntu-21.04'], 'memory': 512, 'name': 'Ubuntu-21.04-Hirsute-Hippo', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/zsh/default/vagrant-Ubuntu-21.10-Impish-Indri.out', 'Host': 'Ubuntu-21.10-Impish-Indri', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2228', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/zsh/default/.vagrant/machines/Ubuntu-21.10-Impish-Indri/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Ubuntu-21.10-Impish-Indri', 'platform_box': 'alvistack/ubuntu-21.10', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'alvistack/ubuntu-21.10', 'cpus': 1, 'groups': ['Debian-Flavor', 'Linux', 'Ubuntu', 'Ubuntu-21.10'], 'memory': 512, 'name': 'Ubuntu-21.10-Impish-Indri', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'})
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/zsh/default/vagrant-Windows-10.out', 'Host': 'Windows-10', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2229', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/zsh/default/.vagrant/machines/Windows-10/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Windows-10', 'platform_box': 'Megabyte/Windows-Desktop', 'provider_name': 'virtualbox', 'provider_memory': 4096, 'provider_cpus': 2, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]", "customize [ 'modifyvm', :id, '--natpf1', 'winrm,tcp,127.0.0.1,55985,,5985' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'Megabyte/Windows-Desktop', 'cpus': 2, 'groups': ['Windows'], 'memory': 4096, 'name': 'Windows-10', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]", "customize [ 'modifyvm', :id, '--natpf1', 'winrm,tcp,127.0.0.1,55985,,5985' ]"]}, 'ansible_loop_var': 'item'})

TASK [Convert instance config dict to a list] **********************************
Friday 07 January 2022  13:46:52 -0500 (0:00:00.964)       0:09:49.433 ********
ok: [localhost]

TASK [Dump instance config] ****************************************************
Friday 07 January 2022  13:46:52 -0500 (0:00:00.160)       0:09:49.594 ********
changed: [localhost]

PLAY RECAP *********************************************************************
localhost                  : ok=5    changed=2    unreachable=0    failed=0    skipped=1    rescued=0    ignored=0

Friday 07 January 2022  13:46:53 -0500 (0:00:00.978)       0:09:50.572 ********
===============================================================================
Create molecule instance(s) ------------------------------------------- 578.53s
Gathering Facts --------------------------------------------------------- 9.56s
Dump instance config ---------------------------------------------------- 0.98s
Populate instance config dict ------------------------------------------- 0.96s
Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.37s
Convert instance config dict to a list ---------------------------------- 0.16s
Playbook run took 0 days, 0 hours, 9 minutes, 50 seconds
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: Fedora-35
[WARNING]: Found both group and host with same name: Fedora-34
[WARNING]: Found both group and host with same name: CentOS-8
[WARNING]: Found both group and host with same name: CentOS-7
[WARNING]: Found both group and host with same name: CentOS-Stream-8
[WARNING]: Found both group and host with same name: Fedora-33

PLAY [Prepare] *****************************************************************

TASK [Bootstrap Python for Ansible] ********************************************
Friday 07 January 2022  13:46:56 -0500 (0:00:00.028)       0:00:00.028 ********
skipping: [Windows-10]
ok: [Debian-9-Stretch]
ok: [Debian-10-Buster]
ok: [Debian-11-Bullseye]
ok: [ArchLinux-Latest]
ok: [CentOS-7]
ok: [Fedora-35]
ok: [Fedora-33]
ok: [Fedora-34]
ok: [Ubuntu-18.04-Bionic-Beaver]
ok: [Ubuntu-21.04-Hirsute-Hippo]
ok: [Ubuntu-21.10-Impish-Indri]
ok: [Ubuntu-20.04-Focal-Fossa]
ok: [CentOS-Stream-8]
ok: [CentOS-8]

PLAY RECAP *********************************************************************
ArchLinux-Latest           : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
CentOS-7                   : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
CentOS-8                   : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
CentOS-Stream-8            : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
Debian-10-Buster           : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
Debian-11-Bullseye         : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
Debian-9-Stretch           : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
Fedora-33                  : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
Fedora-34                  : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
Fedora-35                  : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
Ubuntu-18.04-Bionic-Beaver : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
Ubuntu-20.04-Focal-Fossa   : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
Ubuntu-21.04-Hirsute-Hippo : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
Ubuntu-21.10-Impish-Indri  : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
Windows-10                 : ok=0    changed=0    unreachable=0    failed=0    skipped=1    rescued=0    ignored=0

Friday 07 January 2022  13:47:23 -0500 (0:00:27.791)       0:00:27.819 ********
===============================================================================
Bootstrap Python for Ansible ------------------------------------------- 27.79s
Playbook run took 0 days, 0 hours, 0 minutes, 27 seconds
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: Fedora-33
[WARNING]: Found both group and host with same name: CentOS-7
[WARNING]: Found both group and host with same name: CentOS-8
[WARNING]: Found both group and host with same name: Fedora-34
[WARNING]: Found both group and host with same name: CentOS-Stream-8
[WARNING]: Found both group and host with same name: Fedora-35

PLAY [Converge] ****************************************************************

TASK [Gathering Facts] *********************************************************
Friday 07 January 2022  13:47:26 -0500 (0:00:00.029)       0:00:00.029 ********
ok: [Debian-11-Bullseye]
ok: [Debian-10-Buster]
ok: [CentOS-7]
ok: [Debian-9-Stretch]
ok: [Ubuntu-18.04-Bionic-Beaver]
ok: [CentOS-8]
ok: [Ubuntu-21.04-Hirsute-Hippo]
ok: [CentOS-Stream-8]
ok: [ArchLinux-Latest]
ok: [Ubuntu-20.04-Focal-Fossa]
ok: [Fedora-33]
ok: [Ubuntu-21.10-Impish-Indri]
ok: [Fedora-34]
ok: [Fedora-35]
ok: [Windows-10]

TASK [professormanhattan.homebrew : Include variables based on the operating system] ***
Friday 07 January 2022  13:47:29 -0500 (0:00:02.918)       0:00:02.947 ********
skipping: [ArchLinux-Latest]
skipping: [CentOS-7]
skipping: [CentOS-8]
skipping: [CentOS-Stream-8]
skipping: [Debian-10-Buster]
skipping: [Debian-11-Bullseye]
skipping: [Debian-9-Stretch]
skipping: [Fedora-33]
skipping: [Fedora-34]
skipping: [Fedora-35]
skipping: [Ubuntu-18.04-Bionic-Beaver]
skipping: [Ubuntu-20.04-Focal-Fossa]
skipping: [Ubuntu-21.04-Hirsute-Hippo]
skipping: [Ubuntu-21.10-Impish-Indri]
skipping: [Windows-10]

TASK [professormanhattan.homebrew : Register Homebrew bin path information] ****
Friday 07 January 2022  13:47:29 -0500 (0:00:00.129)       0:00:03.077 ********
skipping: [ArchLinux-Latest]
skipping: [CentOS-7]
skipping: [CentOS-8]
skipping: [CentOS-Stream-8]
skipping: [Debian-10-Buster]
skipping: [Debian-11-Bullseye]
skipping: [Debian-9-Stretch]
skipping: [Fedora-33]
skipping: [Fedora-34]
skipping: [Fedora-35]
skipping: [Ubuntu-18.04-Bionic-Beaver]
skipping: [Ubuntu-20.04-Focal-Fossa]
skipping: [Ubuntu-21.04-Hirsute-Hippo]
skipping: [Ubuntu-21.10-Impish-Indri]
skipping: [Windows-10]

TASK [professormanhattan.homebrew : include_tasks] *****************************
Friday 07 January 2022  13:47:29 -0500 (0:00:00.136)       0:00:03.213 ********
skipping: [ArchLinux-Latest]
skipping: [CentOS-7]
skipping: [CentOS-8]
skipping: [CentOS-Stream-8]
skipping: [Debian-10-Buster]
skipping: [Debian-11-Bullseye]
skipping: [Debian-9-Stretch]
skipping: [Fedora-33]
skipping: [Fedora-34]
skipping: [Fedora-35]
skipping: [Ubuntu-18.04-Bionic-Beaver]
skipping: [Ubuntu-20.04-Focal-Fossa]
skipping: [Ubuntu-21.04-Hirsute-Hippo]
skipping: [Ubuntu-21.10-Impish-Indri]
skipping: [Windows-10]

TASK [professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux)] ***
Friday 07 January 2022  13:47:29 -0500 (0:00:00.134)       0:00:03.348 ********
skipping: [ArchLinux-Latest] => (item=vagrant)
skipping: [CentOS-7] => (item=vagrant)
skipping: [CentOS-8] => (item=vagrant)
skipping: [CentOS-Stream-8] => (item=vagrant)
skipping: [Debian-10-Buster] => (item=vagrant)
skipping: [Debian-11-Bullseye] => (item=vagrant)
skipping: [Debian-9-Stretch] => (item=vagrant)
skipping: [Fedora-33] => (item=vagrant)
skipping: [Fedora-34] => (item=vagrant)
skipping: [Fedora-35] => (item=vagrant)
skipping: [Ubuntu-18.04-Bionic-Beaver] => (item=vagrant)
skipping: [Ubuntu-20.04-Focal-Fossa] => (item=vagrant)
skipping: [Ubuntu-21.04-Hirsute-Hippo] => (item=vagrant)
skipping: [Ubuntu-21.10-Impish-Indri] => (item=vagrant)
skipping: [Windows-10] => (item=vagrant)

TASK [professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date] ***
Friday 07 January 2022  13:47:29 -0500 (0:00:00.148)       0:00:03.496 ********

TASK [professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date] ***
Friday 07 January 2022  13:47:29 -0500 (0:00:00.133)       0:00:03.629 ********

TASK [professormanhattan.zsh : include_tasks] **********************************
Friday 07 January 2022  13:47:30 -0500 (0:00:00.187)       0:00:03.817 ********
skipping: [Windows-10]
included: /home/hawkwood/gas-station/roles/system/zsh/tasks/install-Archlinux.yml for ArchLinux-Latest
included: /home/hawkwood/gas-station/roles/system/zsh/tasks/install-RedHat.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35
included: /home/hawkwood/gas-station/roles/system/zsh/tasks/install-Debian.yml for Debian-10-Buster, Debian-11-Bullseye, Debian-9-Stretch, Ubuntu-18.04-Bionic-Beaver, Ubuntu-20.04-Focal-Fossa, Ubuntu-21.04-Hirsute-Hippo, Ubuntu-21.10-Impish-Indri

TASK [professormanhattan.zsh : Run generic Linux tasks] ************************
Friday 07 January 2022  13:47:30 -0500 (0:00:00.242)       0:00:04.060 ********
included: /home/hawkwood/gas-station/roles/system/zsh/tasks/install-Linux.yml for ArchLinux-Latest

TASK [professormanhattan.zsh : Ensure Oh My Zsh's dependencies are installed] ***
Friday 07 January 2022  13:47:30 -0500 (0:00:00.069)       0:00:04.130 ********
changed: [ArchLinux-Latest]

TASK [professormanhattan.zsh : Ensure oh-my-zsh src folder exists] *************
Friday 07 January 2022  13:47:34 -0500 (0:00:03.701)       0:00:07.831 ********
changed: [ArchLinux-Latest]

TASK [professormanhattan.zsh : Ensure installer script is downloaded] **********
Friday 07 January 2022  13:47:34 -0500 (0:00:00.333)       0:00:08.165 ********
changed: [ArchLinux-Latest]

TASK [professormanhattan.zsh : Ensure older version of Oh My Zsh is uninstalled] ***
Friday 07 January 2022  13:47:34 -0500 (0:00:00.533)       0:00:08.698 ********
ok: [ArchLinux-Latest]

TASK [professormanhattan.zsh : Ensure Oh My Zsh is installed] ******************
Friday 07 January 2022  13:47:35 -0500 (0:00:00.236)       0:00:08.934 ********
changed: [ArchLinux-Latest]

TASK [professormanhattan.zsh : Run Antigen installation tasks] *****************
Friday 07 January 2022  13:47:36 -0500 (0:00:01.048)       0:00:09.982 ********
included: /home/hawkwood/gas-station/roles/system/zsh/tasks/antigen-Linux.yml for ArchLinux-Latest

TASK [professormanhattan.zsh : Ensure Megabyte Labs configuration directory exists] ***
Friday 07 January 2022  13:47:36 -0500 (0:00:00.077)       0:00:10.060 ********
changed: [ArchLinux-Latest]

TASK [professormanhattan.zsh : Ensure /usr/local/share/antigen directory exists] ***
Friday 07 January 2022  13:47:36 -0500 (0:00:00.220)       0:00:10.280 ********
changed: [ArchLinux-Latest]

TASK [professormanhattan.zsh : Check if Antigen has configuration stored in ~/.config/megabytelabs/antigen] ***
Friday 07 January 2022  13:47:36 -0500 (0:00:00.218)       0:00:10.498 ********
ok: [ArchLinux-Latest]

TASK [professormanhattan.zsh : Detect previously installed Antigen version] ****
Friday 07 January 2022  13:47:37 -0500 (0:00:00.316)       0:00:10.815 ********
skipping: [ArchLinux-Latest]

TASK [professormanhattan.zsh : Detect the latest Antigen version] **************
Friday 07 January 2022  13:47:37 -0500 (0:00:00.060)       0:00:10.876 ********
ok: [ArchLinux-Latest]

TASK [professormanhattan.zsh : Determine whether or not the latest version of Antigen is already installed] ***
Friday 07 January 2022  13:47:37 -0500 (0:00:00.553)       0:00:11.429 ********
ok: [ArchLinux-Latest]

TASK [professormanhattan.zsh : Ensure antigen is installed] ********************
Friday 07 January 2022  13:47:37 -0500 (0:00:00.091)       0:00:11.521 ********
changed: [ArchLinux-Latest]

TASK [professormanhattan.zsh : Save meta information about the version of Antigen that was installed] ***
Friday 07 January 2022  13:47:38 -0500 (0:00:00.510)       0:00:12.031 ********
changed: [ArchLinux-Latest]

TASK [professormanhattan.zsh : Ensure .zshrc is setup] *************************
Friday 07 January 2022  13:47:38 -0500 (0:00:00.569)       0:00:12.601 ********
changed: [ArchLinux-Latest] => (item=vagrant)

TASK [professormanhattan.zsh : Run prezto installation tasks] ******************
Friday 07 January 2022  13:47:39 -0500 (0:00:00.438)       0:00:13.040 ********
[WARNING]: noop task does not support when conditional
skipping: [ArchLinux-Latest]

TASK [professormanhattan.zsh : Run generic Linux tasks] ************************
Friday 07 January 2022  13:47:39 -0500 (0:00:00.065)       0:00:13.105 ********
included: /home/hawkwood/gas-station/roles/system/zsh/tasks/install-Linux.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35

TASK [professormanhattan.zsh : Ensure Oh My Zsh's dependencies are installed] ***
Friday 07 January 2022  13:47:39 -0500 (0:00:00.120)       0:00:13.225 ********
changed: [CentOS-Stream-8]
changed: [CentOS-8]
changed: [CentOS-7]
changed: [Fedora-33]
changed: [Fedora-35]
changed: [Fedora-34]

TASK [professormanhattan.zsh : Ensure oh-my-zsh src folder exists] *************
Friday 07 January 2022  13:48:41 -0500 (0:01:01.717)       0:01:14.942 ********
changed: [CentOS-7]
changed: [CentOS-8]
changed: [CentOS-Stream-8]
changed: [Fedora-33]
changed: [Fedora-35]
changed: [Fedora-34]

TASK [professormanhattan.zsh : Ensure installer script is downloaded] **********
Friday 07 January 2022  13:48:41 -0500 (0:00:00.590)       0:01:15.533 ********
changed: [CentOS-7]
changed: [CentOS-8]
changed: [CentOS-Stream-8]
changed: [Fedora-33]
changed: [Fedora-35]
changed: [Fedora-34]

TASK [professormanhattan.zsh : Ensure older version of Oh My Zsh is uninstalled] ***
Friday 07 January 2022  13:48:42 -0500 (0:00:00.895)       0:01:16.429 ********
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Fedora-33]
ok: [Fedora-35]
ok: [Fedora-34]

TASK [professormanhattan.zsh : Ensure Oh My Zsh is installed] ******************
Friday 07 January 2022  13:48:43 -0500 (0:00:00.655)       0:01:17.085 ********
changed: [Fedora-33]
changed: [Fedora-35]
changed: [CentOS-8]
changed: [CentOS-7]
changed: [CentOS-Stream-8]
changed: [Fedora-34]

TASK [professormanhattan.zsh : Run Antigen installation tasks] *****************
Friday 07 January 2022  13:48:45 -0500 (0:00:02.308)       0:01:19.393 ********
included: /home/hawkwood/gas-station/roles/system/zsh/tasks/antigen-Linux.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35

TASK [professormanhattan.zsh : Ensure Megabyte Labs configuration directory exists] ***
Friday 07 January 2022  13:48:45 -0500 (0:00:00.127)       0:01:19.521 ********
changed: [CentOS-7]
changed: [CentOS-8]
changed: [CentOS-Stream-8]
changed: [Fedora-33]
changed: [Fedora-35]
changed: [Fedora-34]

TASK [professormanhattan.zsh : Ensure /usr/local/share/antigen directory exists] ***
Friday 07 January 2022  13:48:46 -0500 (0:00:00.633)       0:01:20.154 ********
changed: [CentOS-7]
changed: [CentOS-Stream-8]
changed: [CentOS-8]
changed: [Fedora-33]
changed: [Fedora-35]
changed: [Fedora-34]

TASK [professormanhattan.zsh : Check if Antigen has configuration stored in ~/.config/megabytelabs/antigen] ***
Friday 07 January 2022  13:48:46 -0500 (0:00:00.610)       0:01:20.765 ********
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Fedora-33]
ok: [Fedora-35]
ok: [Fedora-34]

TASK [professormanhattan.zsh : Detect previously installed Antigen version] ****
Friday 07 January 2022  13:48:47 -0500 (0:00:00.605)       0:01:21.370 ********
skipping: [CentOS-7]
skipping: [CentOS-8]
skipping: [CentOS-Stream-8]
skipping: [Fedora-33]
skipping: [Fedora-34]
skipping: [Fedora-35]

TASK [professormanhattan.zsh : Detect the latest Antigen version] **************
Friday 07 January 2022  13:48:47 -0500 (0:00:00.089)       0:01:21.459 ********
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Fedora-33]
ok: [Fedora-35]
ok: [Fedora-34]

TASK [professormanhattan.zsh : Determine whether or not the latest version of Antigen is already installed] ***
Friday 07 January 2022  13:48:48 -0500 (0:00:00.825)       0:01:22.284 ********
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Fedora-33]
ok: [Fedora-34]
ok: [Fedora-35]

TASK [professormanhattan.zsh : Ensure antigen is installed] ********************
Friday 07 January 2022  13:48:48 -0500 (0:00:00.134)       0:01:22.419 ********
changed: [CentOS-8]
changed: [CentOS-7]
changed: [CentOS-Stream-8]
changed: [Fedora-33]
changed: [Fedora-35]
changed: [Fedora-34]

TASK [professormanhattan.zsh : Save meta information about the version of Antigen that was installed] ***
Friday 07 January 2022  13:48:49 -0500 (0:00:00.924)       0:01:23.344 ********
changed: [CentOS-7]
changed: [CentOS-8]
changed: [CentOS-Stream-8]
changed: [Fedora-35]
changed: [Fedora-33]
changed: [Fedora-34]

TASK [professormanhattan.zsh : Ensure .zshrc is setup] *************************
Friday 07 January 2022  13:48:50 -0500 (0:00:01.208)       0:01:24.552 ********
changed: [CentOS-7] => (item=vagrant)
changed: [CentOS-8] => (item=vagrant)
changed: [CentOS-Stream-8] => (item=vagrant)
changed: [Fedora-33] => (item=vagrant)
changed: [Fedora-35] => (item=vagrant)
changed: [Fedora-34] => (item=vagrant)

TASK [professormanhattan.zsh : Run prezto installation tasks] ******************
Friday 07 January 2022  13:48:51 -0500 (0:00:01.033)       0:01:25.585 ********
skipping: [CentOS-7]
skipping: [CentOS-8]
skipping: [CentOS-Stream-8]
skipping: [Fedora-33]
skipping: [Fedora-34]
skipping: [Fedora-35]

TASK [professormanhattan.zsh : Run generic Linux tasks] ************************
Friday 07 January 2022  13:48:51 -0500 (0:00:00.102)       0:01:25.688 ********
included: /home/hawkwood/gas-station/roles/system/zsh/tasks/install-Linux.yml for Debian-10-Buster, Debian-11-Bullseye, Debian-9-Stretch, Ubuntu-18.04-Bionic-Beaver, Ubuntu-20.04-Focal-Fossa, Ubuntu-21.04-Hirsute-Hippo, Ubuntu-21.10-Impish-Indri

TASK [professormanhattan.zsh : Ensure Oh My Zsh's dependencies are installed] ***
Friday 07 January 2022  13:48:52 -0500 (0:00:00.143)       0:01:25.831 ********
changed: [Debian-9-Stretch]
changed: [Debian-10-Buster]
changed: [Debian-11-Bullseye]
changed: [Ubuntu-21.10-Impish-Indri]
changed: [Ubuntu-18.04-Bionic-Beaver]
fatal: [Ubuntu-21.04-Hirsute-Hippo]: FAILED! => changed=false
  msg: 'Failed to update apt cache: unknown reason'
fatal: [Ubuntu-20.04-Focal-Fossa]: FAILED! => changed=false
  msg: 'Failed to update apt cache: unknown reason'

TASK [professormanhattan.zsh : Ensure oh-my-zsh src folder exists] *************
Friday 07 January 2022  13:51:58 -0500 (0:03:05.967)       0:04:31.799 ********
changed: [Debian-9-Stretch]
changed: [Debian-10-Buster]
changed: [Debian-11-Bullseye]
changed: [Ubuntu-18.04-Bionic-Beaver]
changed: [Ubuntu-21.10-Impish-Indri]

TASK [professormanhattan.zsh : Ensure installer script is downloaded] **********
Friday 07 January 2022  13:51:58 -0500 (0:00:00.899)       0:04:32.698 ********
changed: [Debian-9-Stretch]
changed: [Debian-10-Buster]
changed: [Ubuntu-21.10-Impish-Indri]
changed: [Ubuntu-18.04-Bionic-Beaver]
changed: [Debian-11-Bullseye]

TASK [professormanhattan.zsh : Ensure older version of Oh My Zsh is uninstalled] ***
Friday 07 January 2022  13:51:59 -0500 (0:00:00.923)       0:04:33.622 ********
ok: [Debian-9-Stretch]
ok: [Debian-10-Buster]
ok: [Debian-11-Bullseye]
ok: [Ubuntu-18.04-Bionic-Beaver]
ok: [Ubuntu-21.10-Impish-Indri]

TASK [professormanhattan.zsh : Ensure Oh My Zsh is installed] ******************
Friday 07 January 2022  13:52:00 -0500 (0:00:00.327)       0:04:33.949 ********
changed: [Debian-11-Bullseye]
changed: [Debian-9-Stretch]
changed: [Debian-10-Buster]
changed: [Ubuntu-18.04-Bionic-Beaver]
changed: [Ubuntu-21.10-Impish-Indri]

TASK [professormanhattan.zsh : Run Antigen installation tasks] *****************
Friday 07 January 2022  13:52:01 -0500 (0:00:01.068)       0:04:35.018 ********
skipping: [Debian-10-Buster]
skipping: [Debian-11-Bullseye]
skipping: [Debian-9-Stretch]
skipping: [Ubuntu-18.04-Bionic-Beaver]
skipping: [Ubuntu-21.10-Impish-Indri]

TASK [professormanhattan.zsh : Ensure .zshrc is setup] *************************
Friday 07 January 2022  13:52:01 -0500 (0:00:00.089)       0:04:35.107 ********
changed: [Debian-9-Stretch] => (item=vagrant)
changed: [Debian-10-Buster] => (item=vagrant)
changed: [Debian-11-Bullseye] => (item=vagrant)
changed: [Ubuntu-21.10-Impish-Indri] => (item=vagrant)
changed: [Ubuntu-18.04-Bionic-Beaver] => (item=vagrant)

TASK [professormanhattan.zsh : Ensure Antigen plugin manager is installed] *****
Friday 07 January 2022  13:52:01 -0500 (0:00:00.554)       0:04:35.662 ********
fatal: [Debian-10-Buster]: FAILED! =>
  msg: |-
    The conditional check 'install_antigen_pm' failed. The error was: error while evaluating conditional (install_antigen_pm): 'install_antigen_pm' is undefined

    The error appears to be in '/home/hawkwood/gas-station/roles/system/zsh/tasks/install-Debian.yml': line 5, column 3, but may
    be elsewhere in the file depending on the exact syntax problem.

    The offending line appears to be:


    - name: Ensure Antigen plugin manager is installed
      ^ here
fatal: [Debian-11-Bullseye]: FAILED! =>
  msg: |-
    The conditional check 'install_antigen_pm' failed. The error was: error while evaluating conditional (install_antigen_pm): 'install_antigen_pm' is undefined

    The error appears to be in '/home/hawkwood/gas-station/roles/system/zsh/tasks/install-Debian.yml': line 5, column 3, but may
    be elsewhere in the file depending on the exact syntax problem.

    The offending line appears to be:


    - name: Ensure Antigen plugin manager is installed
      ^ here
fatal: [Debian-9-Stretch]: FAILED! =>
  msg: |-
    The conditional check 'install_antigen_pm' failed. The error was: error while evaluating conditional (install_antigen_pm): 'install_antigen_pm' is undefined

    The error appears to be in '/home/hawkwood/gas-station/roles/system/zsh/tasks/install-Debian.yml': line 5, column 3, but may
    be elsewhere in the file depending on the exact syntax problem.

    The offending line appears to be:


    - name: Ensure Antigen plugin manager is installed
      ^ here
fatal: [Ubuntu-18.04-Bionic-Beaver]: FAILED! =>
  msg: |-
    The conditional check 'install_antigen_pm' failed. The error was: error while evaluating conditional (install_antigen_pm): 'install_antigen_pm' is undefined

    The error appears to be in '/home/hawkwood/gas-station/roles/system/zsh/tasks/install-Debian.yml': line 5, column 3, but may
    be elsewhere in the file depending on the exact syntax problem.

    The offending line appears to be:


    - name: Ensure Antigen plugin manager is installed
      ^ here
fatal: [Ubuntu-21.10-Impish-Indri]: FAILED! =>
  msg: |-
    The conditional check 'install_antigen_pm' failed. The error was: error while evaluating conditional (install_antigen_pm): 'install_antigen_pm' is undefined

    The error appears to be in '/home/hawkwood/gas-station/roles/system/zsh/tasks/install-Debian.yml': line 5, column 3, but may
    be elsewhere in the file depending on the exact syntax problem.

    The offending line appears to be:


    - name: Ensure Antigen plugin manager is installed
      ^ here

PLAY RECAP *********************************************************************
ArchLinux-Latest           : ok=17   changed=9    unreachable=0    failed=0    skipped=8    rescued=0    ignored=0
CentOS-7                   : ok=17   changed=9    unreachable=0    failed=0    skipped=8    rescued=0    ignored=0
CentOS-8                   : ok=17   changed=9    unreachable=0    failed=0    skipped=8    rescued=0    ignored=0
CentOS-Stream-8            : ok=17   changed=9    unreachable=0    failed=0    skipped=8    rescued=0    ignored=0
Debian-10-Buster           : ok=9    changed=5    unreachable=0    failed=1    skipped=7    rescued=0    ignored=0
Debian-11-Bullseye         : ok=9    changed=5    unreachable=0    failed=1    skipped=7    rescued=0    ignored=0
Debian-9-Stretch           : ok=9    changed=5    unreachable=0    failed=1    skipped=7    rescued=0    ignored=0
Fedora-33                  : ok=17   changed=9    unreachable=0    failed=0    skipped=8    rescued=0    ignored=0
Fedora-34                  : ok=17   changed=9    unreachable=0    failed=0    skipped=8    rescued=0    ignored=0
Fedora-35                  : ok=17   changed=9    unreachable=0    failed=0    skipped=8    rescued=0    ignored=0
Ubuntu-18.04-Bionic-Beaver : ok=9    changed=5    unreachable=0    failed=1    skipped=7    rescued=0    ignored=0
Ubuntu-20.04-Focal-Fossa   : ok=3    changed=0    unreachable=0    failed=1    skipped=6    rescued=0    ignored=0
Ubuntu-21.04-Hirsute-Hippo : ok=3    changed=0    unreachable=0    failed=1    skipped=6    rescued=0    ignored=0
Ubuntu-21.10-Impish-Indri  : ok=9    changed=5    unreachable=0    failed=1    skipped=7    rescued=0    ignored=0
Windows-10                 : ok=1    changed=0    unreachable=0    failed=0    skipped=7    rescued=0    ignored=0

Friday 07 January 2022  13:52:02 -0500 (0:00:00.212)       0:04:35.874 ********
===============================================================================
professormanhattan.zsh : Ensure Oh My Zsh's dependencies are installed - 185.97s
professormanhattan.zsh : Ensure Oh My Zsh's dependencies are installed -- 61.72s
professormanhattan.zsh : Ensure Oh My Zsh's dependencies are installed --- 3.70s
Gathering Facts --------------------------------------------------------- 2.92s
professormanhattan.zsh : Ensure Oh My Zsh is installed ------------------ 2.31s
professormanhattan.zsh : Save meta information about the version of Antigen that was installed --- 1.21s
professormanhattan.zsh : Ensure Oh My Zsh is installed ------------------ 1.07s
professormanhattan.zsh : Ensure Oh My Zsh is installed ------------------ 1.05s
professormanhattan.zsh : Ensure .zshrc is setup ------------------------- 1.03s
professormanhattan.zsh : Ensure antigen is installed -------------------- 0.92s
professormanhattan.zsh : Ensure installer script is downloaded ---------- 0.92s
professormanhattan.zsh : Ensure oh-my-zsh src folder exists ------------- 0.90s
professormanhattan.zsh : Ensure installer script is downloaded ---------- 0.90s
professormanhattan.zsh : Detect the latest Antigen version -------------- 0.83s
professormanhattan.zsh : Ensure older version of Oh My Zsh is uninstalled --- 0.66s
professormanhattan.zsh : Ensure Megabyte Labs configuration directory exists --- 0.63s
professormanhattan.zsh : Ensure /usr/local/share/antigen directory exists --- 0.61s
professormanhattan.zsh : Check if Antigen has configuration stored in ~/.config/megabytelabs/antigen --- 0.61s
professormanhattan.zsh : Ensure oh-my-zsh src folder exists ------------- 0.59s
professormanhattan.zsh : Save meta information about the version of Antigen that was installed --- 0.57s
Playbook run took 0 days, 0 hours, 4 minutes, 35 seconds
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: CentOS-8
[WARNING]: Found both group and host with same name: Fedora-33
[WARNING]: Found both group and host with same name: Fedora-35
[WARNING]: Found both group and host with same name: CentOS-7
[WARNING]: Found both group and host with same name: Fedora-34
[WARNING]: Found both group and host with same name: CentOS-Stream-8

PLAY [Update platforms] ********************************************************

TASK [Gathering Facts] *********************************************************
Friday 07 January 2022  13:52:05 -0500 (0:00:00.015)       0:00:00.015 ********
ok: [localhost]

TASK [Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable] ***
Friday 07 January 2022  13:52:16 -0500 (0:00:11.553)       0:00:11.568 ********
skipping: [localhost]

PLAY [Destroy] *****************************************************************

TASK [Destroy molecule instance(s)] ********************************************
Friday 07 January 2022  13:52:17 -0500 (0:00:00.417)       0:00:11.986 ********
changed: [localhost] => (item=ArchLinux-Latest)
changed: [localhost] => (item=CentOS-7)
changed: [localhost] => (item=CentOS-8)
changed: [localhost] => (item=CentOS-Stream-8)
changed: [localhost] => (item=Debian-9-Stretch)
changed: [localhost] => (item=Debian-10-Buster)
changed: [localhost] => (item=Debian-11-Bullseye)
changed: [localhost] => (item=Fedora-33)
changed: [localhost] => (item=Fedora-34)
changed: [localhost] => (item=Fedora-35)
changed: [localhost] => (item=Ubuntu-18.04-Bionic-Beaver)
changed: [localhost] => (item=Ubuntu-20.04-Focal-Fossa)
changed: [localhost] => (item=Ubuntu-21.04-Hirsute-Hippo)
changed: [localhost] => (item=Ubuntu-21.10-Impish-Indri)
changed: [localhost] => (item=Windows-10)

TASK [Populate instance config] ************************************************
Friday 07 January 2022  13:54:52 -0500 (0:02:35.733)       0:02:47.719 ********
ok: [localhost]

TASK [Dump instance config] ****************************************************
Friday 07 January 2022  13:54:52 -0500 (0:00:00.168)       0:02:47.888 ********
changed: [localhost]

PLAY RECAP *********************************************************************
localhost                  : ok=4    changed=2    unreachable=0    failed=0    skipped=1    rescued=0    ignored=0

Friday 07 January 2022  13:54:53 -0500 (0:00:00.929)       0:02:48.817 ********
===============================================================================
Destroy molecule instance(s) ------------------------------------------ 155.73s
Gathering Facts -------------------------------------------------------- 11.55s
Dump instance config ---------------------------------------------------- 0.93s
Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.42s
Populate instance config ------------------------------------------------ 0.17s
Playbook run took 0 days, 0 hours, 2 minutes, 48 seconds