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 ⛽🔥🤤

1,468 lines 102 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.nodejs (master) is already installed - use
--force to change version to unspecified
[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.appium"
task: [symlink:role] ln -sf "$PWD" "$HOME/.ansible/roles/professormanhattan.appium"
[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: 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-34

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

TASK [Gathering Facts] *********************************************************
Tuesday 04 January 2022  23:56:42 -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] ***
Tuesday 04 January 2022  23:56:50 -0500 (0:00:08.087)       0:00:08.102 *******
skipping: [localhost]

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

TASK [Destroy molecule instance(s)] ********************************************
Tuesday 04 January 2022  23:56:50 -0500 (0:00:00.345)       0:00:08.448 *******
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] ************************************************
Tuesday 04 January 2022  23:57:19 -0500 (0:00:28.766)       0:00:37.215 *******
ok: [localhost]

TASK [Dump instance config] ****************************************************
Tuesday 04 January 2022  23:57:19 -0500 (0:00:00.173)       0:00:37.389 *******
skipping: [localhost]

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

Tuesday 04 January 2022  23:57:19 -0500 (0:00:00.308)       0:00:37.698 *******
===============================================================================
Destroy molecule instance(s) ------------------------------------------- 28.77s
Gathering Facts --------------------------------------------------------- 8.09s
Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.35s
Dump instance config ---------------------------------------------------- 0.31s
Populate instance config ------------------------------------------------ 0.17s
Playbook run took 0 days, 0 hours, 0 minutes, 37 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-7
[WARNING]: Found both group and host with same name: CentOS-Stream-8
[WARNING]: Found both group and host with same name: Fedora-34
[WARNING]: Found both group and host with same name: Fedora-35
[WARNING]: Found both group and host with same name: CentOS-8
[WARNING]: Found both group and host with same name: Fedora-33

playbook: /home/hawkwood/gas-station/roles/applications/appium/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-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
[WARNING]: Found both group and host with same name: CentOS-8

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

TASK [Gathering Facts] *********************************************************
Tuesday 04 January 2022  23:57:22 -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] ***
Tuesday 04 January 2022  23:57:30 -0500 (0:00:08.133)       0:00:08.150 *******
skipping: [localhost]

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

TASK [Create molecule instance(s)] *********************************************
Tuesday 04 January 2022  23:57:31 -0500 (0:00:00.352)       0:00:08.502 *******
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] *******************************************
Wednesday 05 January 2022  00:06:34 -0500 (0:09:03.636)       0:09:12.139 *****
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/appium/default/vagrant-ArchLinux-Latest.out', 'Host': 'ArchLinux-Latest', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2222', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/appium/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/appium/default/vagrant-CentOS-7.out', 'Host': 'CentOS-7', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2200', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/appium/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/appium/default/vagrant-CentOS-8.out', 'Host': 'CentOS-8', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2201', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/appium/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/appium/default/vagrant-CentOS-Stream-8.out', 'Host': 'CentOS-Stream-8', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2202', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/appium/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/appium/default/vagrant-Debian-9-Stretch.out', 'Host': 'Debian-9-Stretch', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2203', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/appium/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/appium/default/vagrant-Debian-10-Buster.out', 'Host': 'Debian-10-Buster', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2204', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/appium/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/appium/default/vagrant-Debian-11-Bullseye.out', 'Host': 'Debian-11-Bullseye', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2205', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/appium/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/appium/default/vagrant-Fedora-33.out', 'Host': 'Fedora-33', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2206', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/appium/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/appium/default/vagrant-Fedora-34.out', 'Host': 'Fedora-34', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2207', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/appium/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/appium/default/vagrant-Fedora-35.out', 'Host': 'Fedora-35', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2208', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/appium/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/appium/default/vagrant-Ubuntu-18.04-Bionic-Beaver.out', 'Host': 'Ubuntu-18.04-Bionic-Beaver', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2209', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/appium/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/appium/default/vagrant-Ubuntu-20.04-Focal-Fossa.out', 'Host': 'Ubuntu-20.04-Focal-Fossa', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2210', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/appium/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/appium/default/vagrant-Ubuntu-21.04-Hirsute-Hippo.out', 'Host': 'Ubuntu-21.04-Hirsute-Hippo', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2211', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/appium/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/appium/default/vagrant-Ubuntu-21.10-Impish-Indri.out', 'Host': 'Ubuntu-21.10-Impish-Indri', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2212', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/appium/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/appium/default/vagrant-Windows-10.out', 'Host': 'Windows-10', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2213', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/appium/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] **********************************
Wednesday 05 January 2022  00:06:35 -0500 (0:00:01.019)       0:09:13.159 *****
ok: [localhost]

TASK [Dump instance config] ****************************************************
Wednesday 05 January 2022  00:06:36 -0500 (0:00:00.243)       0:09:13.402 *****
changed: [localhost]

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

Wednesday 05 January 2022  00:06:37 -0500 (0:00:00.926)       0:09:14.328 *****
===============================================================================
Create molecule instance(s) ------------------------------------------- 543.64s
Gathering Facts --------------------------------------------------------- 8.13s
Populate instance config dict ------------------------------------------- 1.02s
Dump instance config ---------------------------------------------------- 0.93s
Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.35s
Convert instance config dict to a list ---------------------------------- 0.24s
Playbook run took 0 days, 0 hours, 9 minutes, 14 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-34
[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: CentOS-7

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

TASK [Bootstrap Python for Ansible] ********************************************
Wednesday 05 January 2022  00:06:39 -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: [Ubuntu-21.10-Impish-Indri]
ok: [Fedora-34]
ok: [Ubuntu-18.04-Bionic-Beaver]
ok: [Ubuntu-21.04-Hirsute-Hippo]
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

Wednesday 05 January 2022  00:07:58 -0500 (0:01:19.473)       0:01:19.502 *****
===============================================================================
Bootstrap Python for Ansible ------------------------------------------- 79.47s
Playbook run took 0 days, 0 hours, 1 minutes, 19 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-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-35
[WARNING]: Found both group and host with same name: Fedora-34

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

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

TASK [professormanhattan.homebrew : Include variables based on the operating system] ***
Wednesday 05 January 2022  00:08:06 -0500 (0:00:05.811)       0:00:05.840 *****
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] ****
Wednesday 05 January 2022  00:08:07 -0500 (0:00:00.136)       0:00:05.977 *****
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] *****************************
Wednesday 05 January 2022  00:08:07 -0500 (0:00:00.166)       0:00:06.143 *****
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)] ***
Wednesday 05 January 2022  00:08:07 -0500 (0:00:00.132)       0:00:06.276 *****
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] ***
Wednesday 05 January 2022  00:08:07 -0500 (0:00:00.153)       0:00:06.430 *****

TASK [professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date] ***
Wednesday 05 January 2022  00:08:07 -0500 (0:00:00.135)       0:00:06.565 *****

TASK [professormanhattan.nodejs : Include variables based on the operating system] ***
Wednesday 05 January 2022  00:08:07 -0500 (0:00:00.190)       0:00:06.756 *****
ok: [ArchLinux-Latest]
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Debian-10-Buster]
ok: [Debian-11-Bullseye]
ok: [Debian-9-Stretch]
ok: [Fedora-33]
ok: [Fedora-34]
ok: [Fedora-35]
ok: [Ubuntu-18.04-Bionic-Beaver]
ok: [Ubuntu-20.04-Focal-Fossa]
ok: [Ubuntu-21.04-Hirsute-Hippo]
ok: [Ubuntu-21.10-Impish-Indri]
ok: [Windows-10]

TASK [professormanhattan.nodejs : include_tasks] *******************************
Wednesday 05 January 2022  00:08:07 -0500 (0:00:00.142)       0:00:06.898 *****
included: /home/hawkwood/gas-station/roles/languages/nodejs/tasks/install-Archlinux.yml for ArchLinux-Latest
included: /home/hawkwood/gas-station/roles/languages/nodejs/tasks/install-RedHat.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35
included: /home/hawkwood/gas-station/roles/languages/nodejs/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
included: /home/hawkwood/gas-station/roles/languages/nodejs/tasks/install-Windows.yml for Windows-10

TASK [professormanhattan.nodejs : Ensure Node.js and npm are installed] ********
Wednesday 05 January 2022  00:08:08 -0500 (0:00:00.207)       0:00:07.106 *****
fatal: [ArchLinux-Latest]: FAILED! => changed=false
  msg: |-
    failed to install npm  nodejs: error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.osbeck.com : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.pkgbuild.com : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from de.arch.mirror.kescher.at : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.luzea.de : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux.mailtunnel.eu : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.cyberbits.eu : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from europe.mirror.pkgbuild.com : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from arch.midov.pl : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from america.mirror.pkgbuild.com : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archmirror.it : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.hackingand.coffee : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from ftp.halifax.rwth-aachen.de : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from tick-tack.mynetgear.com : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.chaoticum.net : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from phinau.de : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux.thaller.ws : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.telepoint.bg : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux-br.com.br : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from asia.mirror.pkgbuild.com : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux.qontinuum.space:4443 : Failed to connect to archlinux.qontinuum.space port 4443 after 1 ms: Connection refused
    warning: failed to retrieve some files
    error: failed to commit transaction (download library error)
  stderr: |-
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.osbeck.com : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.pkgbuild.com : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from de.arch.mirror.kescher.at : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.luzea.de : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux.mailtunnel.eu : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.cyberbits.eu : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from europe.mirror.pkgbuild.com : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from arch.midov.pl : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from america.mirror.pkgbuild.com : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archmirror.it : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.hackingand.coffee : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from ftp.halifax.rwth-aachen.de : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from tick-tack.mynetgear.com : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.chaoticum.net : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from phinau.de : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux.thaller.ws : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.telepoint.bg : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux-br.com.br : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from asia.mirror.pkgbuild.com : The requested URL returned error: 404
    error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux.qontinuum.space:4443 : Failed to connect to archlinux.qontinuum.space port 4443 after 1 ms: Connection refused
    warning: failed to retrieve some files
    error: failed to commit transaction (download library error)
  stderr_lines: <omitted>
  stdout: |-
    resolving dependencies...
    looking for conflicting packages...

    Packages (7) c-ares-1.18.1-1  libuv-1.42.0-1  node-gyp-8.2.0-1  nodejs-nopt-5.0.0-2  semver-7.3.5-2  nodejs-17.1.0-2  npm-8.1.3-1

    Total Download Size:   11.55 MiB
    Total Installed Size:  42.07 MiB

    :: Proceed with installation? [Y/n]
    :: Retrieving packages...
     nodejs-17.1.0-2-x86_64 downloading...
    Errors occurred, no packages were upgraded.
  stdout_lines: <omitted>

TASK [professormanhattan.nodejs : Define the Nodesource RPM directory] *********
Wednesday 05 January 2022  00:08:15 -0500 (0:00:07.037)       0:00:14.144 *****
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Fedora-33]
ok: [Fedora-34]
ok: [Fedora-35]

TASK [professormanhattan.nodejs : Ensure Nodesource's RPM key is imported (CentOS < 7)] ***
Wednesday 05 January 2022  00:08:15 -0500 (0:00:00.089)       0:00:14.233 *****
skipping: [CentOS-7]
skipping: [CentOS-8]
skipping: [CentOS-Stream-8]
skipping: [Fedora-33]
skipping: [Fedora-34]
skipping: [Fedora-35]

TASK [professormanhattan.nodejs : Ensure Nodesource's RPM key is imported (CentOS 7+)] ***
Wednesday 05 January 2022  00:08:15 -0500 (0:00:00.093)       0:00:14.326 *****
changed: [CentOS-8]
changed: [CentOS-Stream-8]
changed: [Fedora-34]
changed: [Fedora-35]
changed: [Fedora-33]
changed: [CentOS-7]

TASK [professormanhattan.nodejs : Ensure Nodesource's RPM key is imported (CentOS < 7)] ***
Wednesday 05 January 2022  00:08:16 -0500 (0:00:00.821)       0:00:15.148 *****
skipping: [CentOS-7]
skipping: [CentOS-8]
skipping: [CentOS-Stream-8]
skipping: [Fedora-33]
skipping: [Fedora-34]
skipping: [Fedora-35]

TASK [professormanhattan.nodejs : Ensure Node.js's RPM key is imported (CentOS 7+)] ***
Wednesday 05 January 2022  00:08:16 -0500 (0:00:00.084)       0:00:15.233 *****
skipping: [Fedora-33]
skipping: [Fedora-34]
skipping: [Fedora-35]
changed: [CentOS-8]
changed: [CentOS-Stream-8]
changed: [CentOS-7]

TASK [professormanhattan.nodejs : Ensure Node.js's RPM key is imported (Fedora)] ***
Wednesday 05 January 2022  00:08:18 -0500 (0:00:02.247)       0:00:17.480 *****
skipping: [CentOS-7]
skipping: [CentOS-8]
skipping: [CentOS-Stream-8]
changed: [Fedora-33]
changed: [Fedora-35]
changed: [Fedora-34]

TASK [professormanhattan.nodejs : Ensure Node.js's AppStream module is disabled (CentOS 8+)] ***
Wednesday 05 January 2022  00:09:32 -0500 (0:01:13.938)       0:01:31.419 *****
skipping: [CentOS-7]
changed: [CentOS-8]
changed: [CentOS-Stream-8]
changed: [Fedora-35]
changed: [Fedora-34]
changed: [Fedora-33]

TASK [professormanhattan.nodejs : Ensure Node.js and npm are installed] ********
Wednesday 05 January 2022  00:09:36 -0500 (0:00:04.172)       0:01:35.591 *****
changed: [CentOS-8]
changed: [CentOS-Stream-8]
changed: [Fedora-35]
changed: [Fedora-33]
changed: [Fedora-34]
changed: [CentOS-7]

TASK [professormanhattan.nodejs : Run common Linux tasks] **********************
Wednesday 05 January 2022  00:09:53 -0500 (0:00:16.394)       0:01:51.986 *****
included: /home/hawkwood/gas-station/roles/languages/nodejs/tasks/install-Linux.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35

TASK [professormanhattan.nodejs : Define nodejs_install_npm_user] **************
Wednesday 05 January 2022  00:09:53 -0500 (0:00:00.126)       0:01:52.112 *****
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Fedora-33]
ok: [Fedora-34]
ok: [Fedora-35]

TASK [professormanhattan.nodejs : Ensure Node.js's global directory is created] ***
Wednesday 05 January 2022  00:09:53 -0500 (0:00:00.094)       0:01:52.207 *****
changed: [CentOS-7]
changed: [CentOS-Stream-8]
changed: [CentOS-8]
changed: [Fedora-33]
changed: [Fedora-35]
changed: [Fedora-34]

TASK [professormanhattan.nodejs : Ensure npm_config_prefix bin is added directory to global $PATH] ***
Wednesday 05 January 2022  00:09:53 -0500 (0:00:00.635)       0:01:52.842 *****
changed: [CentOS-7]
changed: [CentOS-8]
changed: [CentOS-Stream-8]
changed: [Fedora-33]
changed: [Fedora-35]
changed: [Fedora-34]

TASK [professormanhattan.nodejs : Define the list of npm packages to install globally] ***
Wednesday 05 January 2022  00:09:54 -0500 (0:00:01.070)       0:01:53.912 *****
skipping: [CentOS-7]
skipping: [CentOS-8]
skipping: [CentOS-Stream-8]
skipping: [Fedora-33]
skipping: [Fedora-34]
skipping: [Fedora-35]

TASK [professormanhattan.nodejs : Ensure Node.js's configured global packages are installed] ***
Wednesday 05 January 2022  00:09:55 -0500 (0:00:00.102)       0:01:54.015 *****

TASK [professormanhattan.nodejs : Ensure Node.js's dependencies are present] ***
Wednesday 05 January 2022  00:09:55 -0500 (0:00:00.094)       0:01:54.110 *****
fatal: [Ubuntu-21.10-Impish-Indri]: FAILED! => changed=false
  msg: No package matching 'gnupg2' is available
changed: [Debian-9-Stretch]
changed: [Debian-11-Bullseye]
changed: [Debian-10-Buster]
changed: [Ubuntu-21.04-Hirsute-Hippo]
changed: [Ubuntu-20.04-Focal-Fossa]
changed: [Ubuntu-18.04-Bionic-Beaver]

TASK [professormanhattan.nodejs : Ensure Node.js's apt key is imported] ********
Wednesday 05 January 2022  00:10:18 -0500 (0:00:23.701)       0:02:17.811 *****
changed: [Ubuntu-20.04-Focal-Fossa]
changed: [Ubuntu-21.04-Hirsute-Hippo]
changed: [Ubuntu-18.04-Bionic-Beaver]
changed: [Debian-11-Bullseye]
changed: [Debian-10-Buster]
changed: [Debian-9-Stretch]

TASK [professormanhattan.nodejs : Ensure Node.js's repository is added] ********
Wednesday 05 January 2022  00:10:21 -0500 (0:00:02.473)       0:02:20.285 *****
changed: [Debian-9-Stretch] => (item=deb https://deb.nodesource.com/node_16.x stretch main)
changed: [Debian-10-Buster] => (item=deb https://deb.nodesource.com/node_16.x buster main)
changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=deb https://deb.nodesource.com/node_16.x hirsute main)
changed: [Ubuntu-20.04-Focal-Fossa] => (item=deb https://deb.nodesource.com/node_16.x focal main)
changed: [Debian-10-Buster] => (item=deb-src https://deb.nodesource.com/node_16.x buster main)
changed: [Debian-9-Stretch] => (item=deb-src https://deb.nodesource.com/node_16.x stretch main)
changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=deb-src https://deb.nodesource.com/node_16.x hirsute main)
changed: [Debian-11-Bullseye] => (item=deb https://deb.nodesource.com/node_16.x bullseye main)
changed: [Ubuntu-20.04-Focal-Fossa] => (item=deb-src https://deb.nodesource.com/node_16.x focal main)
changed: [Debian-11-Bullseye] => (item=deb-src https://deb.nodesource.com/node_16.x bullseye main)
changed: [Ubuntu-18.04-Bionic-Beaver] => (item=deb https://deb.nodesource.com/node_16.x bionic main)
changed: [Ubuntu-18.04-Bionic-Beaver] => (item=deb-src https://deb.nodesource.com/node_16.x bionic main)

TASK [professormanhattan.nodejs : Ensure Node.js and npm are installed] ********
Wednesday 05 January 2022  00:10:31 -0500 (0:00:10.161)       0:02:30.446 *****
changed: [Debian-9-Stretch]
changed: [Ubuntu-20.04-Focal-Fossa]
changed: [Debian-10-Buster]
changed: [Debian-11-Bullseye]
changed: [Ubuntu-21.04-Hirsute-Hippo]
changed: [Ubuntu-18.04-Bionic-Beaver]

TASK [professormanhattan.nodejs : Run common Linux tasks] **********************
Wednesday 05 January 2022  00:10:41 -0500 (0:00:09.511)       0:02:39.958 *****
included: /home/hawkwood/gas-station/roles/languages/nodejs/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

TASK [professormanhattan.nodejs : Define nodejs_install_npm_user] **************
Wednesday 05 January 2022  00:10:41 -0500 (0:00:00.135)       0:02:40.093 *****
ok: [Debian-10-Buster]
ok: [Debian-11-Bullseye]
ok: [Debian-9-Stretch]
ok: [Ubuntu-18.04-Bionic-Beaver]
ok: [Ubuntu-20.04-Focal-Fossa]
ok: [Ubuntu-21.04-Hirsute-Hippo]

TASK [professormanhattan.nodejs : Ensure Node.js's global directory is created] ***
Wednesday 05 January 2022  00:10:41 -0500 (0:00:00.106)       0:02:40.200 *****
changed: [Debian-9-Stretch]
changed: [Debian-11-Bullseye]
changed: [Debian-10-Buster]
changed: [Ubuntu-21.04-Hirsute-Hippo]
changed: [Ubuntu-20.04-Focal-Fossa]
changed: [Ubuntu-18.04-Bionic-Beaver]

TASK [professormanhattan.nodejs : Ensure npm_config_prefix bin is added directory to global $PATH] ***
Wednesday 05 January 2022  00:10:41 -0500 (0:00:00.421)       0:02:40.622 *****
changed: [Debian-9-Stretch]
changed: [Debian-10-Buster]
changed: [Debian-11-Bullseye]
changed: [Ubuntu-21.04-Hirsute-Hippo]
changed: [Ubuntu-20.04-Focal-Fossa]
changed: [Ubuntu-18.04-Bionic-Beaver]

TASK [professormanhattan.nodejs : Define the list of npm packages to install globally] ***
Wednesday 05 January 2022  00:10:42 -0500 (0:00:00.540)       0:02:41.163 *****
skipping: [Debian-10-Buster]
skipping: [Debian-11-Bullseye]
skipping: [Debian-9-Stretch]
skipping: [Ubuntu-18.04-Bionic-Beaver]
skipping: [Ubuntu-20.04-Focal-Fossa]
skipping: [Ubuntu-21.04-Hirsute-Hippo]

TASK [professormanhattan.nodejs : Ensure Node.js's configured global packages are installed] ***
Wednesday 05 January 2022  00:10:42 -0500 (0:00:00.095)       0:02:41.258 *****

TASK [professormanhattan.nodejs : Ensure Node.js is installed] *****************
Wednesday 05 January 2022  00:10:42 -0500 (0:00:00.126)       0:02:41.385 *****
changed: [Windows-10]

TASK [professormanhattan.nodejs : Ensure NVM is installed] *********************
Wednesday 05 January 2022  00:11:14 -0500 (0:00:31.593)       0:03:12.978 *****
changed: [Windows-10]

TASK [Ensure Node.js's folder is removed from start menu] **********************
Wednesday 05 January 2022  00:11:29 -0500 (0:00:15.577)       0:03:28.556 *****

TASK [professormanhattan.startmenu : include_tasks] ****************************
Wednesday 05 January 2022  00:11:29 -0500 (0:00:00.072)       0:03:28.629 *****
included: /home/hawkwood/gas-station/roles/helpers/startmenu/tasks/shortcut.yml for Windows-10

TASK [professormanhattan.startmenu : Check if there is a start menu shortcut in the start menu shared folder] ***
Wednesday 05 January 2022  00:11:29 -0500 (0:00:00.086)       0:03:28.715 *****
skipping: [Windows-10]

TASK [professormanhattan.startmenu : Move the shortcut to the parent directory if it exists] ***
Wednesday 05 January 2022  00:11:29 -0500 (0:00:00.067)       0:03:28.783 *****
skipping: [Windows-10]

TASK [professormanhattan.startmenu : Remove the original folder] ***************
Wednesday 05 January 2022  00:11:29 -0500 (0:00:00.079)       0:03:28.862 *****
changed: [Windows-10]

TASK [professormanhattan.startmenu : Check if there is a start menu shortcut in the user folder] ***
Wednesday 05 January 2022  00:11:32 -0500 (0:00:02.403)       0:03:31.265 *****
skipping: [Windows-10]

TASK [professormanhattan.startmenu : Move the shortcut to the parent directory if it exists (user start menu)] ***
Wednesday 05 January 2022  00:11:32 -0500 (0:00:00.066)       0:03:31.332 *****
skipping: [Windows-10]

TASK [professormanhattan.startmenu : Remove the original folder (user start menu)] ***
Wednesday 05 January 2022  00:11:32 -0500 (0:00:00.067)       0:03:31.399 *****
ok: [Windows-10]

TASK [professormanhattan.nodejs : Ensure NPM packages are installed] ***********
Wednesday 05 January 2022  00:11:34 -0500 (0:00:02.399)       0:03:33.799 *****

TASK [professormanhattan.homebrew : Include variables based on the operating system] ***
Wednesday 05 January 2022  00:11:34 -0500 (0:00:00.067)       0:03:33.867 *****
skipping: [CentOS-7]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2:
Converge: professormanhattan.homebrew : Include variables based on the
operating system: duplicate host callback: CentOS-7
skipping: [CentOS-8]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2:
Converge: professormanhattan.homebrew : Include variables based on the
operating system: duplicate host callback: CentOS-8
skipping: [CentOS-Stream-8]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2:
Converge: professormanhattan.homebrew : Include variables based on the
operating system: duplicate host callback: CentOS-Stream-8
skipping: [Debian-10-Buster]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2:
Converge: professormanhattan.homebrew : Include variables based on the
operating system: duplicate host callback: Debian-10-Buster
skipping: [Debian-11-Bullseye]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2:
Converge: professormanhattan.homebrew : Include variables based on the
operating system: duplicate host callback: Debian-11-Bullseye
skipping: [Debian-9-Stretch]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2:
Converge: professormanhattan.homebrew : Include variables based on the
operating system: duplicate host callback: Debian-9-Stretch
skipping: [Fedora-33]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2:
Converge: professormanhattan.homebrew : Include variables based on the
operating system: duplicate host callback: Fedora-33
skipping: [Fedora-34]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2:
Converge: professormanhattan.homebrew : Include variables based on the
operating system: duplicate host callback: Fedora-34
skipping: [Fedora-35]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2:
Converge: professormanhattan.homebrew : Include variables based on the
operating system: duplicate host callback: Fedora-35
skipping: [Ubuntu-18.04-Bionic-Beaver]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2:
Converge: professormanhattan.homebrew : Include variables based on the
operating system: duplicate host callback: Ubuntu-18.04-Bionic-Beaver
skipping: [Ubuntu-20.04-Focal-Fossa]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2:
Converge: professormanhattan.homebrew : Include variables based on the
operating system: duplicate host callback: Ubuntu-20.04-Focal-Fossa
skipping: [Ubuntu-21.04-Hirsute-Hippo]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2:
Converge: professormanhattan.homebrew : Include variables based on the
operating system: duplicate host callback: Ubuntu-21.04-Hirsute-Hippo
skipping: [Windows-10]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2:
Converge: professormanhattan.homebrew : Include variables based on the
operating system: duplicate host callback: Windows-10

TASK [professormanhattan.homebrew : Register Homebrew bin path information] ****
Wednesday 05 January 2022  00:11:35 -0500 (0:00:00.191)       0:03:34.058 *****
skipping: [CentOS-7]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8:
Converge: professormanhattan.homebrew : Register Homebrew bin path information:
duplicate host callback: CentOS-7
skipping: [CentOS-8]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8:
Converge: professormanhattan.homebrew : Register Homebrew bin path information:
duplicate host callback: CentOS-8
skipping: [CentOS-Stream-8]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8:
Converge: professormanhattan.homebrew : Register Homebrew bin path information:
duplicate host callback: CentOS-Stream-8
skipping: [Debian-10-Buster]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8:
Converge: professormanhattan.homebrew : Register Homebrew bin path information:
duplicate host callback: Debian-10-Buster
skipping: [Debian-11-Bullseye]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8:
Converge: professormanhattan.homebrew : Register Homebrew bin path information:
duplicate host callback: Debian-11-Bullseye
skipping: [Debian-9-Stretch]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8:
Converge: professormanhattan.homebrew : Register Homebrew bin path information:
duplicate host callback: Debian-9-Stretch
skipping: [Fedora-33]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8:
Converge: professormanhattan.homebrew : Register Homebrew bin path information:
duplicate host callback: Fedora-33
skipping: [Fedora-34]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8:
Converge: professormanhattan.homebrew : Register Homebrew bin path information:
duplicate host callback: Fedora-34
skipping: [Fedora-35]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8:
Converge: professormanhattan.homebrew : Register Homebrew bin path information:
duplicate host callback: Fedora-35
skipping: [Ubuntu-18.04-Bionic-Beaver]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8:
Converge: professormanhattan.homebrew : Register Homebrew bin path information:
duplicate host callback: Ubuntu-18.04-Bionic-Beaver
skipping: [Ubuntu-20.04-Focal-Fossa]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8:
Converge: professormanhattan.homebrew : Register Homebrew bin path information:
duplicate host callback: Ubuntu-20.04-Focal-Fossa
skipping: [Ubuntu-21.04-Hirsute-Hippo]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8:
Converge: professormanhattan.homebrew : Register Homebrew bin path information:
duplicate host callback: Ubuntu-21.04-Hirsute-Hippo
skipping: [Windows-10]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8:
Converge: professormanhattan.homebrew : Register Homebrew bin path information:
duplicate host callback: Windows-10

TASK [professormanhattan.homebrew : include_tasks] *****************************
Wednesday 05 January 2022  00:11:35 -0500 (0:00:00.148)       0:03:34.207 *****
skipping: [CentOS-7]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19:
Converge: professormanhattan.homebrew : include_tasks: duplicate host callback:
CentOS-7
skipping: [CentOS-8]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19:
Converge: professormanhattan.homebrew : include_tasks: duplicate host callback:
CentOS-8
skipping: [CentOS-Stream-8]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19:
Converge: professormanhattan.homebrew : include_tasks: duplicate host callback:
CentOS-Stream-8
skipping: [Debian-10-Buster]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19:
Converge: professormanhattan.homebrew : include_tasks: duplicate host callback:
Debian-10-Buster
skipping: [Debian-11-Bullseye]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19:
Converge: professormanhattan.homebrew : include_tasks: duplicate host callback:
Debian-11-Bullseye
skipping: [Debian-9-Stretch]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19:
Converge: professormanhattan.homebrew : include_tasks: duplicate host callback:
Debian-9-Stretch
skipping: [Fedora-33]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19:
Converge: professormanhattan.homebrew : include_tasks: duplicate host callback:
Fedora-33
skipping: [Fedora-34]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19:
Converge: professormanhattan.homebrew : include_tasks: duplicate host callback:
Fedora-34
skipping: [Fedora-35]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19:
Converge: professormanhattan.homebrew : include_tasks: duplicate host callback:
Fedora-35
skipping: [Ubuntu-18.04-Bionic-Beaver]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19:
Converge: professormanhattan.homebrew : include_tasks: duplicate host callback:
Ubuntu-18.04-Bionic-Beaver
skipping: [Ubuntu-20.04-Focal-Fossa]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19:
Converge: professormanhattan.homebrew : include_tasks: duplicate host callback:
Ubuntu-20.04-Focal-Fossa
skipping: [Ubuntu-21.04-Hirsute-Hippo]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19:
Converge: professormanhattan.homebrew : include_tasks: duplicate host callback:
Ubuntu-21.04-Hirsute-Hippo
skipping: [Windows-10]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19:
Converge: professormanhattan.homebrew : include_tasks: duplicate host callback:
Windows-10

TASK [professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux)] ***
Wednesday 05 January 2022  00:11:35 -0500 (0:00:00.144)       0:03:34.351 *****
skipping: [CentOS-7] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26:
Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew
(Linux): duplicate host callback: CentOS-7
skipping: [CentOS-8] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26:
Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew
(Linux): duplicate host callback: CentOS-8
skipping: [CentOS-Stream-8] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26:
Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew
(Linux): duplicate host callback: CentOS-Stream-8
skipping: [Debian-10-Buster] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26:
Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew
(Linux): duplicate host callback: Debian-10-Buster
skipping: [Debian-11-Bullseye] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26:
Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew
(Linux): duplicate host callback: Debian-11-Bullseye
skipping: [Debian-9-Stretch] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26:
Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew
(Linux): duplicate host callback: Debian-9-Stretch
skipping: [Fedora-33] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26:
Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew
(Linux): duplicate host callback: Fedora-33
skipping: [Fedora-34] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26:
Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew
(Linux): duplicate host callback: Fedora-34
skipping: [Fedora-35] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26:
Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew
(Linux): duplicate host callback: Fedora-35
skipping: [Ubuntu-18.04-Bionic-Beaver] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26:
Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew
(Linux): duplicate host callback: Ubuntu-18.04-Bionic-Beaver
skipping: [Ubuntu-20.04-Focal-Fossa] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26:
Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew
(Linux): duplicate host callback: Ubuntu-20.04-Focal-Fossa
skipping: [Ubuntu-21.04-Hirsute-Hippo] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26:
Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew
(Linux): duplicate host callback: Ubuntu-21.04-Hirsute-Hippo
skipping: [Windows-10] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26:
Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew
(Linux): duplicate host callback: Windows-10

TASK [professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date] ***
Wednesday 05 January 2022  00:11:35 -0500 (0:00:00.160)       0:03:34.512 *****
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36:
Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed
and up-to-date: duplicate host callback: CentOS-7
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36:
Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed
and up-to-date: duplicate host callback: CentOS-8
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36:
Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed
and up-to-date: duplicate host callback: CentOS-Stream-8
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36:
Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed
and up-to-date: duplicate host callback: Debian-10-Buster
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36:
Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed
and up-to-date: duplicate host callback: Debian-11-Bullseye
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36:
Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed
and up-to-date: duplicate host callback: Debian-9-Stretch
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36:
Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed
and up-to-date: duplicate host callback: Fedora-33
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36:
Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed
and up-to-date: duplicate host callback: Fedora-34
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36:
Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed
and up-to-date: duplicate host callback: Fedora-35
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36:
Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed
and up-to-date: duplicate host callback: Ubuntu-18.04-Bionic-Beaver
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36:
Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed
and up-to-date: duplicate host callback: Ubuntu-20.04-Focal-Fossa
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36:
Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed
and up-to-date: duplicate host callback: Ubuntu-21.04-Hirsute-Hippo
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36:
Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed
and up-to-date: duplicate host callback: Windows-10

TASK [professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date] ***
Wednesday 05 January 2022  00:11:35 -0500 (0:00:00.151)       0:03:34.663 *****
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53:
Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and
up-to-date: duplicate host callback: CentOS-7
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53:
Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and
up-to-date: duplicate host callback: CentOS-8
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53:
Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and
up-to-date: duplicate host callback: CentOS-Stream-8
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53:
Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and
up-to-date: duplicate host callback: Debian-10-Buster
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53:
Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and
up-to-date: duplicate host callback: Debian-11-Bullseye
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53:
Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and
up-to-date: duplicate host callback: Debian-9-Stretch
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53:
Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and
up-to-date: duplicate host callback: Fedora-33
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53:
Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and
up-to-date: duplicate host callback: Fedora-34
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53:
Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and
up-to-date: duplicate host callback: Fedora-35
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53:
Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and
up-to-date: duplicate host callback: Ubuntu-18.04-Bionic-Beaver
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53:
Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and
up-to-date: duplicate host callback: Ubuntu-20.04-Focal-Fossa
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53:
Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and
up-to-date: duplicate host callback: Ubuntu-21.04-Hirsute-Hippo
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7f055c169120>):
/home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53:
Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and
up-to-date: duplicate host callback: Windows-10

TASK [professormanhattan.appium : include_tasks] *******************************
Wednesday 05 January 2022  00:11:35 -0500 (0:00:00.205)       0:03:34.869 *****
included: /home/hawkwood/gas-station/roles/applications/appium/tasks/install-RedHat.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35
included: /home/hawkwood/gas-station/roles/applications/appium/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
included: /home/hawkwood/gas-station/roles/applications/appium/tasks/install-Windows.yml for Windows-10

TASK [professormanhattan.appium : Run generic Linux tasks] *********************
Wednesday 05 January 2022  00:11:36 -0500 (0:00:00.204)       0:03:35.074 *****
included: /home/hawkwood/gas-station/roles/applications/appium/tasks/install-Linux.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35

TASK [professormanhattan.appium : Ensure Appium is installed] ******************
Wednesday 05 January 2022  00:11:36 -0500 (0:00:00.123)       0:03:35.197 *****
changed: [CentOS-7]
changed: [CentOS-8]
changed: [CentOS-Stream-8]
changed: [Fedora-34]
changed: [Fedora-33]
changed: [Fedora-35]

TASK [professormanhattan.appium : Ensure Megabyte Labs configuration directory exists] ***
Wednesday 05 January 2022  00:12:11 -0500 (0:00:35.145)       0:04:10.342 *****
changed: [CentOS-7]
changed: [CentOS-8]
changed: [CentOS-Stream-8]
changed: [Fedora-33]
changed: [Fedora-34]
changed: [Fedora-35]

TASK [professormanhattan.appium : Check if Appium Desktop has configuration stored in ~/.config/megabytelabs/appiumdesktop] ***
Wednesday 05 January 2022  00:12:11 -0500 (0:00:00.479)       0:04:10.822 *****
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Fedora-35]
ok: [Fedora-33]
ok: [Fedora-34]

TASK [professormanhattan.appium : Detect previously installed Appium Desktop version] ***
Wednesday 05 January 2022  00:12:12 -0500 (0:00:00.456)       0:04:11.278 *****
skipping: [CentOS-7]
skipping: [CentOS-8]
skipping: [CentOS-Stream-8]
skipping: [Fedora-33]
skipping: [Fedora-34]
skipping: [Fedora-35]

TASK [professormanhattan.appium : Detect the latest Appium Desktop version] ****
Wednesday 05 January 2022  00:12:12 -0500 (0:00:00.086)       0:04:11.365 *****
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Fedora-33]
ok: [Fedora-34]
ok: [Fedora-35]

TASK [professormanhattan.appium : Determine whether or not the latest version of Appium Desktop's AppImage is already installed] ***
Wednesday 05 January 2022  00:12:13 -0500 (0:00:00.905)       0:04:12.271 *****
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Fedora-33]
ok: [Fedora-34]
ok: [Fedora-35]

TASK [professormanhattan.appium : Acquire the latest Appium Desktop AppImage] ***
Wednesday 05 January 2022  00:12:13 -0500 (0:00:00.086)       0:04:12.358 *****
fatal: [CentOS-7]: FAILED! => changed=false
  dest: /usr/local/src//Appium-Desktop.AppImage
  elapsed: 0
  msg: Request failed
  response: 'HTTP Error 404: Not Found'
  status_code: 404
  url: https://github.com/appium/appium-desktop/releases/download/v1.22.0/Appium-linux-1.22.0.AppImage
fatal: [CentOS-Stream-8]: FAILED! => changed=false
  dest: /usr/local/src//Appium-Desktop.AppImage
  elapsed: 0
  msg: Request failed
  response: 'HTTP Error 404: Not Found'
  status_code: 404
  url: https://github.com/appium/appium-desktop/releases/download/v1.22.0/Appium-linux-1.22.0.AppImage
fatal: [CentOS-8]: FAILED! => changed=false
  dest: /usr/local/src//Appium-Desktop.AppImage
  elapsed: 0
  msg: Request failed
  response: 'HTTP Error 404: Not Found'
  status_code: 404
  url: https://github.com/appium/appium-desktop/releases/download/v1.22.0/Appium-linux-1.22.0.AppImage
fatal: [Fedora-34]: FAILED! => changed=false
  dest: /usr/local/src//Appium-Desktop.AppImage
  elapsed: 0
  msg: Request failed
  response: 'HTTP Error 404: Not Found'
  status_code: 404
  url: https://github.com/appium/appium-desktop/releases/download/v1.22.0/Appium-linux-1.22.0.AppImage
fatal: [Fedora-33]: FAILED! => changed=false
  dest: /usr/local/src//Appium-Desktop.AppImage
  elapsed: 0
  msg: Request failed
  response: 'HTTP Error 404: Not Found'
  status_code: 404
  url: https://github.com/appium/appium-desktop/releases/download/v1.22.0/Appium-linux-1.22.0.AppImage
fatal: [Fedora-35]: FAILED! => changed=false
  dest: /usr/local/src//Appium-Desktop.AppImage
  elapsed: 0
  msg: Request failed
  response: 'HTTP Error 404: Not Found'
  status_code: 404
  url: https://github.com/appium/appium-desktop/releases/download/v1.22.0/Appium-linux-1.22.0.AppImage

TASK [professormanhattan.appium : Run generic Linux tasks] *********************
Wednesday 05 January 2022  00:12:14 -0500 (0:00:01.017)       0:04:13.375 *****
included: /home/hawkwood/gas-station/roles/applications/appium/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

TASK [professormanhattan.appium : Ensure Appium is installed] ******************
Wednesday 05 January 2022  00:12:14 -0500 (0:00:00.144)       0:04:13.520 *****
changed: [Debian-9-Stretch]
changed: [Debian-11-Bullseye]
changed: [Ubuntu-18.04-Bionic-Beaver]
changed: [Ubuntu-21.04-Hirsute-Hippo]
changed: [Ubuntu-20.04-Focal-Fossa]
changed: [Debian-10-Buster]

TASK [professormanhattan.appium : Ensure Megabyte Labs configuration directory exists] ***
Wednesday 05 January 2022  00:12:46 -0500 (0:00:31.666)       0:04:45.186 *****
changed: [Debian-10-Buster]
changed: [Debian-9-Stretch]
changed: [Ubuntu-18.04-Bionic-Beaver]
changed: [Debian-11-Bullseye]
changed: [Ubuntu-21.04-Hirsute-Hippo]
changed: [Ubuntu-20.04-Focal-Fossa]

TASK [professormanhattan.appium : Check if Appium Desktop has configuration stored in ~/.config/megabytelabs/appiumdesktop] ***
Wednesday 05 January 2022  00:12:46 -0500 (0:00:00.303)       0:04:45.490 *****
ok: [Debian-9-Stretch]
ok: [Debian-10-Buster]
ok: [Debian-11-Bullseye]
ok: [Ubuntu-18.04-Bionic-Beaver]
ok: [Ubuntu-20.04-Focal-Fossa]
ok: [Ubuntu-21.04-Hirsute-Hippo]

TASK [professormanhattan.appium : Detect previously installed Appium Desktop version] ***
Wednesday 05 January 2022  00:12:46 -0500 (0:00:00.293)       0:04:45.783 *****
skipping: [Debian-10-Buster]
skipping: [Debian-11-Bullseye]
skipping: [Debian-9-Stretch]
skipping: [Ubuntu-18.04-Bionic-Beaver]
skipping: [Ubuntu-20.04-Focal-Fossa]
skipping: [Ubuntu-21.04-Hirsute-Hippo]

TASK [professormanhattan.appium : Detect the latest Appium Desktop version] ****
Wednesday 05 January 2022  00:12:46 -0500 (0:00:00.069)       0:04:45.853 *****
ok: [Debian-9-Stretch]
ok: [Debian-10-Buster]
ok: [Debian-11-Bullseye]
ok: [Ubuntu-21.04-Hirsute-Hippo]
ok: [Ubuntu-20.04-Focal-Fossa]
ok: [Ubuntu-18.04-Bionic-Beaver]

TASK [professormanhattan.appium : Determine whether or not the latest version of Appium Desktop's AppImage is already installed] ***
Wednesday 05 January 2022  00:12:47 -0500 (0:00:00.529)       0:04:46.382 *****
ok: [Debian-10-Buster]
ok: [Debian-11-Bullseye]
ok: [Debian-9-Stretch]
ok: [Ubuntu-18.04-Bionic-Beaver]
ok: [Ubuntu-20.04-Focal-Fossa]
ok: [Ubuntu-21.04-Hirsute-Hippo]

TASK [professormanhattan.appium : Acquire the latest Appium Desktop AppImage] ***
Wednesday 05 January 2022  00:12:47 -0500 (0:00:00.076)       0:04:46.459 *****
fatal: [Debian-9-Stretch]: FAILED! => changed=false
  dest: /usr/local/src//Appium-Desktop.AppImage
  elapsed: 0
  msg: Request failed
  response: 'HTTP Error 404: Not Found'
  status_code: 404
  url: https://github.com/appium/appium-desktop/releases/download/v1.22.0/Appium-linux-1.22.0.AppImage
fatal: [Debian-10-Buster]: FAILED! => changed=false
  dest: /usr/local/src//Appium-Desktop.AppImage
  elapsed: 0
  msg: Request failed
  response: 'HTTP Error 404: Not Found'
  status_code: 404
  url: https://github.com/appium/appium-desktop/releases/download/v1.22.0/Appium-linux-1.22.0.AppImage
fatal: [Debian-11-Bullseye]: FAILED! => changed=false
  dest: /usr/local/src//Appium-Desktop.AppImage
  elapsed: 0
  msg: Request failed
  response: 'HTTP Error 404: Not Found'
  status_code: 404
  url: https://github.com/appium/appium-desktop/releases/download/v1.22.0/Appium-linux-1.22.0.AppImage
fatal: [Ubuntu-20.04-Focal-Fossa]: FAILED! => changed=false
  dest: /usr/local/src//Appium-Desktop.AppImage
  elapsed: 0
  msg: Request failed
  response: 'HTTP Error 404: Not Found'
  status_code: 404
  url: https://github.com/appium/appium-desktop/releases/download/v1.22.0/Appium-linux-1.22.0.AppImage
fatal: [Ubuntu-21.04-Hirsute-Hippo]: FAILED! => changed=false
  dest: /usr/local/src//Appium-Desktop.AppImage
  elapsed: 0
  msg: Request failed
  response: 'HTTP Error 404: Not Found'
  status_code: 404
  url: https://github.com/appium/appium-desktop/releases/download/v1.22.0/Appium-linux-1.22.0.AppImage
fatal: [Ubuntu-18.04-Bionic-Beaver]: FAILED! => changed=false
  dest: /usr/local/src//Appium-Desktop.AppImage
  elapsed: 0
  msg: Request failed
  response: 'HTTP Error 404: Not Found'
  status_code: 404
  url: https://github.com/appium/appium-desktop/releases/download/v1.22.0/Appium-linux-1.22.0.AppImage

TASK [professormanhattan.appium : Ensure Appium is installed] ******************
Wednesday 05 January 2022  00:12:48 -0500 (0:00:00.544)       0:04:47.004 *****
changed: [Windows-10]

TASK [professormanhattan.appium : Ensure Appium Desktop is installed] **********
Wednesday 05 January 2022  00:13:17 -0500 (0:00:29.654)       0:05:16.658 *****
changed: [Windows-10]

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

Wednesday 05 January 2022  00:19:59 -0500 (0:06:41.362)       0:11:58.021 *****
===============================================================================
professormanhattan.appium : Ensure Appium Desktop is installed -------- 401.36s
professormanhattan.nodejs : Ensure Node.js's RPM key is imported (Fedora) -- 73.94s
professormanhattan.appium : Ensure Appium is installed ----------------- 35.15s
professormanhattan.appium : Ensure Appium is installed ----------------- 31.67s
professormanhattan.nodejs : Ensure Node.js is installed ---------------- 31.59s
professormanhattan.appium : Ensure Appium is installed ----------------- 29.65s
professormanhattan.nodejs : Ensure Node.js's dependencies are present -- 23.70s
professormanhattan.nodejs : Ensure Node.js and npm are installed ------- 16.39s
professormanhattan.nodejs : Ensure NVM is installed -------------------- 15.58s
professormanhattan.nodejs : Ensure Node.js's repository is added ------- 10.16s
professormanhattan.nodejs : Ensure Node.js and npm are installed -------- 9.51s
professormanhattan.nodejs : Ensure Node.js and npm are installed -------- 7.04s
Gathering Facts --------------------------------------------------------- 5.81s
professormanhattan.nodejs : Ensure Node.js's AppStream module is disabled (CentOS 8+) --- 4.17s
professormanhattan.nodejs : Ensure Node.js's apt key is imported -------- 2.47s
professormanhattan.startmenu : Remove the original folder --------------- 2.40s
professormanhattan.startmenu : Remove the original folder (user start menu) --- 2.40s
professormanhattan.nodejs : Ensure Node.js's RPM key is imported (CentOS 7+) --- 2.25s
professormanhattan.nodejs : Ensure npm_config_prefix bin is added directory to global $PATH --- 1.07s
professormanhattan.appium : Acquire the latest Appium Desktop AppImage --- 1.02s
Playbook run took 0 days, 0 hours, 11 minutes, 58 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: Fedora-35
[WARNING]: Found both group and host with same name: Fedora-34
[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

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

TASK [Gathering Facts] *********************************************************
Wednesday 05 January 2022  00:20:02 -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] ***
Wednesday 05 January 2022  00:20:11 -0500 (0:00:09.439)       0:00:09.456 *****
skipping: [localhost]

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

TASK [Destroy molecule instance(s)] ********************************************
Wednesday 05 January 2022  00:20:11 -0500 (0:00:00.396)       0:00:09.852 *****
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] ************************************************
Wednesday 05 January 2022  00:22:59 -0500 (0:02:47.136)       0:02:56.988 *****
ok: [localhost]

TASK [Dump instance config] ****************************************************
Wednesday 05 January 2022  00:22:59 -0500 (0:00:00.126)       0:02:57.115 *****
changed: [localhost]

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

Wednesday 05 January 2022  00:23:00 -0500 (0:00:00.914)       0:02:58.029 *****
===============================================================================
Destroy molecule instance(s) ------------------------------------------ 167.14s
Gathering Facts --------------------------------------------------------- 9.44s
Dump instance config ---------------------------------------------------- 0.91s
Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.40s
Populate instance config ------------------------------------------------ 0.13s
Playbook run took 0 days, 0 hours, 2 minutes, 58 seconds