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,421 lines 103 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
Starting galaxy collection install process
Nothing to do. All requested collections are already installed. If you want to reinstall them, consider using `--force`.
[WARNING]: - professormanhattan.rust (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
task: [symlink:role] mkdir -p "$HOME/.ansible/roles"
task: [symlink:role] rm -rf "$HOME/.ansible/roles/professormanhattan.broot"
task: [symlink:role] ln -sf "$PWD" "$HOME/.ansible/roles/professormanhattan.broot"
[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: CentOS-Stream-8
[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: CentOS-7
[WARNING]: Found both group and host with same name: Fedora-33

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

TASK [Gathering Facts] *********************************************************
Friday 07 January 2022  16:05:31 -0500 (0:00:00.014)       0:00:00.014 ********
ok: [localhost]

TASK [Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable] ***
Friday 07 January 2022  16:05:40 -0500 (0:00:09.533)       0:00:09.547 ********
skipping: [localhost]

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

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

TASK [Populate instance config] ************************************************
Friday 07 January 2022  16:06:09 -0500 (0:00:28.878)       0:00:38.785 ********
ok: [localhost]

TASK [Dump instance config] ****************************************************
Friday 07 January 2022  16:06:10 -0500 (0:00:00.178)       0:00:38.964 ********
skipping: [localhost]

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

Friday 07 January 2022  16:06:10 -0500 (0:00:00.329)       0:00:39.294 ********
===============================================================================
Destroy molecule instance(s) ------------------------------------------- 28.88s
Gathering Facts --------------------------------------------------------- 9.53s
Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.36s
Dump instance config ---------------------------------------------------- 0.33s
Populate instance config ------------------------------------------------ 0.18s
Playbook run took 0 days, 0 hours, 0 minutes, 39 seconds
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: CentOS-7
[WARNING]: Found both group and host with same name: Fedora-34
[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: Fedora-35
[WARNING]: Found both group and host with same name: CentOS-Stream-8

playbook: /home/hawkwood/gas-station/roles/tools/broot/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: CentOS-Stream-8
[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: Fedora-35
[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] *********************************************************
Friday 07 January 2022  16:06:13 -0500 (0:00:00.013)       0:00:00.013 ********
ok: [localhost]

TASK [Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable] ***
Friday 07 January 2022  16:06:22 -0500 (0:00:09.551)       0:00:09.565 ********
skipping: [localhost]

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

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

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

TASK [Convert instance config dict to a list] **********************************
Friday 07 January 2022  16:16:03 -0500 (0:00:01.108)       0:09:50.536 ********
ok: [localhost]

TASK [Dump instance config] ****************************************************
Friday 07 January 2022  16:16:04 -0500 (0:00:00.173)       0:09:50.710 ********
changed: [localhost]

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

Friday 07 January 2022  16:16:05 -0500 (0:00:00.994)       0:09:51.705 ********
===============================================================================
Create molecule instance(s) ------------------------------------------- 579.49s
Gathering Facts --------------------------------------------------------- 9.55s
Populate instance config dict ------------------------------------------- 1.11s
Dump instance config ---------------------------------------------------- 0.99s
Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.38s
Convert instance config dict to a list ---------------------------------- 0.17s
Playbook run took 0 days, 0 hours, 9 minutes, 51 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: CentOS-Stream-8
[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: CentOS-7
[WARNING]: Found both group and host with same name: Fedora-33

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

TASK [Bootstrap Python for Ansible] ********************************************
Friday 07 January 2022  16:16:07 -0500 (0:00:00.027)       0:00:00.027 ********
ok: [Debian-9-Stretch]
skipping: [Windows-10]
ok: [Debian-10-Buster]
ok: [ArchLinux-Latest]
ok: [Debian-11-Bullseye]
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-8]
ok: [CentOS-Stream-8]

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

Friday 07 January 2022  16:16:21 -0500 (0:00:13.823)       0:00:13.850 ********
===============================================================================
Bootstrap Python for Ansible ------------------------------------------- 13.82s
Playbook run took 0 days, 0 hours, 0 minutes, 13 seconds
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: Fedora-35
[WARNING]: Found both group and host with same name: CentOS-8
[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-Stream-8
[WARNING]: Found both group and host with same name: Fedora-34

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

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

TASK [professormanhattan.snapd : Include variables based on the operating system] ***
Friday 07 January 2022  16:16:26 -0500 (0:00:02.953)       0:00:02.980 ********
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.snapd : include_tasks] ********************************
Friday 07 January 2022  16:16:26 -0500 (0:00:00.126)       0:00:03.107 ********
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 variables based on the operating system] ***
Friday 07 January 2022  16:16:26 -0500 (0:00:00.191)       0:00:03.298 ********
skipping: [ArchLinux-Latest]
skipping: [CentOS-7]
skipping: [CentOS-8]
skipping: [CentOS-Stream-8]
skipping: [Debian-10-Buster]
skipping: [Debian-11-Bullseye]
skipping: [Debian-9-Stretch]
skipping: [Fedora-33]
skipping: [Fedora-34]
skipping: [Fedora-35]
skipping: [Ubuntu-18.04-Bionic-Beaver]
skipping: [Ubuntu-20.04-Focal-Fossa]
skipping: [Ubuntu-21.04-Hirsute-Hippo]
skipping: [Ubuntu-21.10-Impish-Indri]
skipping: [Windows-10]

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

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

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

TASK [professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date] ***
Friday 07 January 2022  16:16:27 -0500 (0:00:00.199)       0:00:03.916 ********

TASK [professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date] ***
Friday 07 January 2022  16:16:27 -0500 (0:00:00.134)       0:00:04.051 ********

TASK [professormanhattan.rust : include_tasks] *********************************
Friday 07 January 2022  16:16:27 -0500 (0:00:00.188)       0:00:04.239 ********
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]
included: /home/hawkwood/gas-station/roles/languages/rust/tasks/install-Windows.yml for Windows-10

TASK [professormanhattan.rust : Ensure Rust is installed] **********************
Friday 07 January 2022  16:16:27 -0500 (0:00:00.213)       0:00:04.453 ********
ok: [Windows-10]

TASK [professormanhattan.rust : Ensure Rust is installed] **********************
Friday 07 January 2022  16:16:31 -0500 (0:00:03.725)       0:00:08.179 ********
changed: [Windows-10]

TASK [professormanhattan.rust : Run generic Windows tasks] *********************
Friday 07 January 2022  16:16:34 -0500 (0:00:03.263)       0:00:11.443 ********
included: /home/hawkwood/gas-station/roles/languages/rust/tasks/config-Windows.yml for Windows-10 => (item=vagrant)

TASK [professormanhattan.rust : Ensure directories to store completions file exists] ***
Friday 07 January 2022  16:16:34 -0500 (0:00:00.095)       0:00:11.538 ********
ok: [Windows-10]

TASK [professormanhattan.rust : Ensure rustup PowerShell completions file exists] ***
Friday 07 January 2022  16:16:36 -0500 (0:00:01.829)       0:00:13.368 ********
skipping: [Windows-10]

TASK [professormanhattan.homebrew : Include variables based on the operating system] ***
Friday 07 January 2022  16:16:38 -0500 (0:00:01.949)       0:00:15.317 ********
skipping: [ArchLinux-Latest]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:2: Converge:
professormanhattan.homebrew : Include variables based on the operating system:
duplicate host callback: ArchLinux-Latest
skipping: [CentOS-7]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:2: Converge:
professormanhattan.homebrew : Include variables based on the operating system:
duplicate host callback: Ubuntu-21.04-Hirsute-Hippo
skipping: [Ubuntu-21.10-Impish-Indri]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:2: Converge:
professormanhattan.homebrew : Include variables based on the operating system:
duplicate host callback: Ubuntu-21.10-Impish-Indri
skipping: [Windows-10]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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] ****
Friday 07 January 2022  16:16:38 -0500 (0:00:00.184)       0:00:15.501 ********
skipping: [ArchLinux-Latest]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:8: Converge:
professormanhattan.homebrew : Register Homebrew bin path information: duplicate
host callback: ArchLinux-Latest
skipping: [CentOS-7]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:8: Converge:
professormanhattan.homebrew : Register Homebrew bin path information: duplicate
host callback: Ubuntu-21.04-Hirsute-Hippo
skipping: [Ubuntu-21.10-Impish-Indri]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:8: Converge:
professormanhattan.homebrew : Register Homebrew bin path information: duplicate
host callback: Ubuntu-21.10-Impish-Indri
skipping: [Windows-10]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:8: Converge:
professormanhattan.homebrew : Register Homebrew bin path information: duplicate
host callback: Windows-10

TASK [professormanhattan.homebrew : include_tasks] *****************************
Friday 07 January 2022  16:16:39 -0500 (0:00:00.149)       0:00:15.651 ********
skipping: [ArchLinux-Latest]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:19: Converge:
professormanhattan.homebrew : include_tasks: duplicate host callback:
ArchLinux-Latest
skipping: [CentOS-7]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:19: Converge:
professormanhattan.homebrew : include_tasks: duplicate host callback:
Ubuntu-21.04-Hirsute-Hippo
skipping: [Ubuntu-21.10-Impish-Indri]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:19: Converge:
professormanhattan.homebrew : include_tasks: duplicate host callback:
Ubuntu-21.10-Impish-Indri
skipping: [Windows-10]
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:19: Converge:
professormanhattan.homebrew : include_tasks: duplicate host callback:
Windows-10

TASK [professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux)] ***
Friday 07 January 2022  16:16:39 -0500 (0:00:00.147)       0:00:15.798 ********
skipping: [ArchLinux-Latest] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:26: Converge:
professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux):
duplicate host callback: ArchLinux-Latest
skipping: [CentOS-7] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:26: Converge:
professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux):
duplicate host callback: Ubuntu-21.04-Hirsute-Hippo
skipping: [Ubuntu-21.10-Impish-Indri] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:26: Converge:
professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux):
duplicate host callback: Ubuntu-21.10-Impish-Indri
skipping: [Windows-10] => (item=vagrant)
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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] ***
Friday 07 January 2022  16:16:39 -0500 (0:00:00.174)       0:00:15.973 ********
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:36: Converge:
professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-
date: duplicate host callback: ArchLinux-Latest
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:36: Converge:
professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-
date: duplicate host callback: Ubuntu-21.10-Impish-Indri
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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] ***
Friday 07 January 2022  16:16:39 -0500 (0:00:00.151)       0:00:16.124 ********
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:53: Converge:
professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-
date: duplicate host callback: ArchLinux-Latest
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/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 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:53: Converge:
professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-
date: duplicate host callback: Ubuntu-21.10-Impish-Indri
[WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin
(<ansible.plugins.callback.junit.CallbackModule object at 0x7fe633b16ec0>):
/home/hawkwood/gas-station/roles/system/homebrew/tasks/main.yml:53: Converge:
professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-
date: duplicate host callback: Windows-10

TASK [professormanhattan.broot : Include variables based on the operating system] ***
Friday 07 January 2022  16:16:39 -0500 (0:00:00.207)       0:00:16.332 ********
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.broot : include_tasks] ********************************
Friday 07 January 2022  16:16:39 -0500 (0:00:00.148)       0:00:16.480 ********
included: /home/hawkwood/gas-station/roles/tools/broot/tasks/install-Archlinux.yml for ArchLinux-Latest
included: /home/hawkwood/gas-station/roles/tools/broot/tasks/install-RedHat.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35
included: /home/hawkwood/gas-station/roles/tools/broot/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/tools/broot/tasks/install-Windows.yml for Windows-10

TASK [professormanhattan.broot : Ensure broot is installed] ********************
Friday 07 January 2022  16:16:40 -0500 (0:00:00.229)       0:00:16.710 ********
fatal: [ArchLinux-Latest]: FAILED! => changed=false
  msg: |-
    failed to install broot: error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from arch.mirror.constant.com : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.cyberbits.eu : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from archmirror.it : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from europe.mirror.pkgbuild.com : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from ftp.halifax.rwth-aachen.de : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.pseudoform.org : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from america.mirror.pkgbuild.com : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.luzea.de : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.osbeck.com : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.chaoticum.net : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.lty.me : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from archlinux.uk.mirror.allworldit.com : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from asia.mirror.pkgbuild.com : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from archlinux-br.com.br : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from phinau.de : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.telepoint.bg : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirrors.neusoft.edu.cn : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.f4st.host : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from archlinux.thaller.ws : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.cyberbits.asia : Could not resolve host: mirror.cyberbits.asia
    warning: too many errors from mirror.cyberbits.asia, skipping for the remainder of this transaction
    warning: failed to retrieve some files
    error: failed to commit transaction (invalid url for server)
  stderr: |-
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from arch.mirror.constant.com : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.cyberbits.eu : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from archmirror.it : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from europe.mirror.pkgbuild.com : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from ftp.halifax.rwth-aachen.de : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.pseudoform.org : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from america.mirror.pkgbuild.com : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.luzea.de : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.osbeck.com : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.chaoticum.net : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.lty.me : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from archlinux.uk.mirror.allworldit.com : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from asia.mirror.pkgbuild.com : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from archlinux-br.com.br : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from phinau.de : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.telepoint.bg : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirrors.neusoft.edu.cn : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.f4st.host : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from archlinux.thaller.ws : The requested URL returned error: 404
    error: failed retrieving file 'broot-1.7.3-1-x86_64.pkg.tar.zst' from mirror.cyberbits.asia : Could not resolve host: mirror.cyberbits.asia
    warning: too many errors from mirror.cyberbits.asia, skipping for the remainder of this transaction
    warning: failed to retrieve some files
    error: failed to commit transaction (invalid url for server)
  stderr_lines: <omitted>
  stdout: |-
    resolving dependencies...
    looking for conflicting packages...

    Packages (5) libxau-1.0.9-3  libxcb-1.14-1  libxdmcp-1.1.3-3  xcb-proto-1.14.1-3  broot-1.7.3-1

    Total Download Size:    3.82 MiB
    Total Installed Size:  11.54 MiB

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

TASK [professormanhattan.broot : Run generic Linux tasks] **********************
Friday 07 January 2022  16:16:49 -0500 (0:00:08.868)       0:00:25.578 ********
included: /home/hawkwood/gas-station/roles/tools/broot/tasks/install-Linux.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35

TASK [professormanhattan.broot : Ensure custom facts directory exists] *********
Friday 07 January 2022  16:16:49 -0500 (0:00:00.137)       0:00:25.716 ********
changed: [CentOS-7]
changed: [CentOS-8]
changed: [CentOS-Stream-8]
changed: [Fedora-33]
changed: [Fedora-35]
changed: [Fedora-34]

TASK [professormanhattan.broot : Ensure /usr/local/src/broot directory exists] ***
Friday 07 January 2022  16:16:49 -0500 (0:00:00.556)       0:00:26.273 ********
changed: [CentOS-7]
changed: [CentOS-8]
changed: [CentOS-Stream-8]
changed: [Fedora-33]
changed: [Fedora-34]
changed: [Fedora-35]

TASK [professormanhattan.broot : Detect the latest broot version] **************
Friday 07 January 2022  16:16:50 -0500 (0:00:00.482)       0:00:26.755 ********
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Fedora-34]
ok: [Fedora-33]
ok: [Fedora-35]

TASK [professormanhattan.broot : Determine whether or not the latest version of broot is already installed] ***
Friday 07 January 2022  16:16:50 -0500 (0:00:00.702)       0:00:27.458 ********
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Fedora-33]
ok: [Fedora-34]
ok: [Fedora-35]

TASK [professormanhattan.broot : Ensure broot is installed] ********************
Friday 07 January 2022  16:16:50 -0500 (0:00:00.087)       0:00:27.546 ********
changed: [Fedora-34]
changed: [CentOS-8]
changed: [CentOS-7]
changed: [Fedora-35]
changed: [CentOS-Stream-8]
changed: [Fedora-33]

TASK [professormanhattan.broot : Ensure broot's completions are installed] *****
Friday 07 January 2022  16:16:56 -0500 (0:00:05.285)       0:00:32.831 ********
changed: [CentOS-7] => (item=https://dystroy.org/broot/download/completion/broot.bash)
changed: [CentOS-8] => (item=https://dystroy.org/broot/download/completion/broot.bash)
changed: [CentOS-Stream-8] => (item=https://dystroy.org/broot/download/completion/broot.bash)
changed: [Fedora-33] => (item=https://dystroy.org/broot/download/completion/broot.bash)
changed: [Fedora-34] => (item=https://dystroy.org/broot/download/completion/broot.bash)
changed: [Fedora-35] => (item=https://dystroy.org/broot/download/completion/broot.bash)
changed: [CentOS-7] => (item=https://dystroy.org/broot/download/completion/_broot)
changed: [CentOS-8] => (item=https://dystroy.org/broot/download/completion/_broot)
changed: [CentOS-Stream-8] => (item=https://dystroy.org/broot/download/completion/_broot)
changed: [Fedora-33] => (item=https://dystroy.org/broot/download/completion/_broot)
changed: [Fedora-34] => (item=https://dystroy.org/broot/download/completion/_broot)
changed: [Fedora-35] => (item=https://dystroy.org/broot/download/completion/_broot)
changed: [CentOS-7] => (item=https://dystroy.org/broot/download/completion/br.bash)
changed: [CentOS-8] => (item=https://dystroy.org/broot/download/completion/br.bash)
changed: [CentOS-Stream-8] => (item=https://dystroy.org/broot/download/completion/br.bash)
changed: [Fedora-34] => (item=https://dystroy.org/broot/download/completion/br.bash)
changed: [CentOS-7] => (item=https://dystroy.org/broot/download/completion/_br)
changed: [Fedora-33] => (item=https://dystroy.org/broot/download/completion/br.bash)
changed: [Fedora-35] => (item=https://dystroy.org/broot/download/completion/br.bash)
changed: [CentOS-8] => (item=https://dystroy.org/broot/download/completion/_br)
changed: [CentOS-Stream-8] => (item=https://dystroy.org/broot/download/completion/_br)
changed: [Fedora-34] => (item=https://dystroy.org/broot/download/completion/_br)
changed: [Fedora-33] => (item=https://dystroy.org/broot/download/completion/_br)
changed: [Fedora-35] => (item=https://dystroy.org/broot/download/completion/_br)

TASK [professormanhattan.broot : Run user configuration tasks] *****************
Friday 07 January 2022  16:16:59 -0500 (0:00:03.662)       0:00:36.493 ********
included: /home/hawkwood/gas-station/roles/tools/broot/tasks/user-Linux.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35 => (item=vagrant)

TASK [professormanhattan.broot : Ensure Bash completions is setup] *************
Friday 07 January 2022  16:17:00 -0500 (0:00:00.136)       0:00:36.630 ********
changed: [CentOS-7]
changed: [CentOS-8]
changed: [CentOS-Stream-8]
changed: [Fedora-34]
changed: [Fedora-35]
changed: [Fedora-33]

TASK [professormanhattan.broot : Ensure ZSH completions is setup] **************
Friday 07 January 2022  16:17:00 -0500 (0:00:00.427)       0:00:37.057 ********
fatal: [CentOS-7]: FAILED! => changed=false
  msg: Path /home/vagrant/.zshrc does not exist !
  rc: 257
fatal: [CentOS-8]: FAILED! => changed=false
  msg: Path /home/vagrant/.zshrc does not exist !
  rc: 257
fatal: [CentOS-Stream-8]: FAILED! => changed=false
  msg: Path /home/vagrant/.zshrc does not exist !
  rc: 257
fatal: [Fedora-34]: FAILED! => changed=false
  msg: Path /home/vagrant/.zshrc does not exist !
  rc: 257
fatal: [Fedora-33]: FAILED! => changed=false
  msg: Path /home/vagrant/.zshrc does not exist !
  rc: 257
fatal: [Fedora-35]: FAILED! => changed=false
  msg: Path /home/vagrant/.zshrc does not exist !
  rc: 257

TASK [professormanhattan.broot : Run generic Linux tasks] **********************
Friday 07 January 2022  16:17:00 -0500 (0:00:00.482)       0:00:37.539 ********
included: /home/hawkwood/gas-station/roles/tools/broot/tasks/install-Linux.yml for Debian-10-Buster, Debian-11-Bullseye, Debian-9-Stretch, Ubuntu-18.04-Bionic-Beaver, Ubuntu-20.04-Focal-Fossa, Ubuntu-21.04-Hirsute-Hippo, Ubuntu-21.10-Impish-Indri

TASK [professormanhattan.broot : Ensure custom facts directory exists] *********
Friday 07 January 2022  16:17:01 -0500 (0:00:00.116)       0:00:37.656 ********
changed: [Debian-9-Stretch]
changed: [Debian-10-Buster]
changed: [Debian-11-Bullseye]
changed: [Ubuntu-20.04-Focal-Fossa]
changed: [Ubuntu-18.04-Bionic-Beaver]
changed: [Ubuntu-21.10-Impish-Indri]
changed: [Ubuntu-21.04-Hirsute-Hippo]

TASK [professormanhattan.broot : Ensure /usr/local/src/broot directory exists] ***
Friday 07 January 2022  16:17:01 -0500 (0:00:00.313)       0:00:37.969 ********
changed: [Debian-9-Stretch]
changed: [Debian-11-Bullseye]
changed: [Debian-10-Buster]
changed: [Ubuntu-18.04-Bionic-Beaver]
changed: [Ubuntu-21.04-Hirsute-Hippo]
changed: [Ubuntu-20.04-Focal-Fossa]
changed: [Ubuntu-21.10-Impish-Indri]

TASK [professormanhattan.broot : Detect the latest broot version] **************
Friday 07 January 2022  16:17:01 -0500 (0:00:00.311)       0:00:38.281 ********
ok: [Debian-9-Stretch]
ok: [Debian-11-Bullseye]
ok: [Debian-10-Buster]
ok: [Ubuntu-21.04-Hirsute-Hippo]
ok: [Ubuntu-18.04-Bionic-Beaver]
ok: [Ubuntu-20.04-Focal-Fossa]
ok: [Ubuntu-21.10-Impish-Indri]

TASK [professormanhattan.broot : Determine whether or not the latest version of broot is already installed] ***
Friday 07 January 2022  16:17:02 -0500 (0:00:00.507)       0:00:38.788 ********
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]
ok: [Ubuntu-21.10-Impish-Indri]

TASK [professormanhattan.broot : Ensure broot is installed] ********************
Friday 07 January 2022  16:17:02 -0500 (0:00:00.132)       0:00:38.921 ********
changed: [Ubuntu-18.04-Bionic-Beaver]
changed: [Ubuntu-21.10-Impish-Indri]
changed: [Debian-10-Buster]
changed: [Ubuntu-21.04-Hirsute-Hippo]
changed: [Debian-11-Bullseye]
changed: [Ubuntu-20.04-Focal-Fossa]
changed: [Debian-9-Stretch]

TASK [professormanhattan.broot : Ensure broot's completions are installed] *****
Friday 07 January 2022  16:18:21 -0500 (0:01:19.233)       0:01:58.154 ********
changed: [Debian-9-Stretch] => (item=https://dystroy.org/broot/download/completion/broot.bash)
changed: [Debian-10-Buster] => (item=https://dystroy.org/broot/download/completion/broot.bash)
changed: [Debian-11-Bullseye] => (item=https://dystroy.org/broot/download/completion/broot.bash)
changed: [Ubuntu-18.04-Bionic-Beaver] => (item=https://dystroy.org/broot/download/completion/broot.bash)
changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=https://dystroy.org/broot/download/completion/broot.bash)
changed: [Ubuntu-20.04-Focal-Fossa] => (item=https://dystroy.org/broot/download/completion/broot.bash)
changed: [Debian-9-Stretch] => (item=https://dystroy.org/broot/download/completion/_broot)
changed: [Ubuntu-21.10-Impish-Indri] => (item=https://dystroy.org/broot/download/completion/broot.bash)
changed: [Debian-10-Buster] => (item=https://dystroy.org/broot/download/completion/_broot)
changed: [Debian-11-Bullseye] => (item=https://dystroy.org/broot/download/completion/_broot)
changed: [Debian-9-Stretch] => (item=https://dystroy.org/broot/download/completion/br.bash)
changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=https://dystroy.org/broot/download/completion/_broot)
changed: [Ubuntu-18.04-Bionic-Beaver] => (item=https://dystroy.org/broot/download/completion/_broot)
changed: [Ubuntu-20.04-Focal-Fossa] => (item=https://dystroy.org/broot/download/completion/_broot)
changed: [Ubuntu-21.10-Impish-Indri] => (item=https://dystroy.org/broot/download/completion/_broot)
changed: [Debian-10-Buster] => (item=https://dystroy.org/broot/download/completion/br.bash)
changed: [Debian-11-Bullseye] => (item=https://dystroy.org/broot/download/completion/br.bash)
changed: [Debian-9-Stretch] => (item=https://dystroy.org/broot/download/completion/_br)
changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=https://dystroy.org/broot/download/completion/br.bash)
changed: [Ubuntu-18.04-Bionic-Beaver] => (item=https://dystroy.org/broot/download/completion/br.bash)
changed: [Debian-10-Buster] => (item=https://dystroy.org/broot/download/completion/_br)
changed: [Ubuntu-20.04-Focal-Fossa] => (item=https://dystroy.org/broot/download/completion/br.bash)
changed: [Ubuntu-21.10-Impish-Indri] => (item=https://dystroy.org/broot/download/completion/br.bash)
changed: [Debian-11-Bullseye] => (item=https://dystroy.org/broot/download/completion/_br)
changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=https://dystroy.org/broot/download/completion/_br)
changed: [Ubuntu-20.04-Focal-Fossa] => (item=https://dystroy.org/broot/download/completion/_br)
changed: [Ubuntu-18.04-Bionic-Beaver] => (item=https://dystroy.org/broot/download/completion/_br)
changed: [Ubuntu-21.10-Impish-Indri] => (item=https://dystroy.org/broot/download/completion/_br)

TASK [professormanhattan.broot : Run user configuration tasks] *****************
Friday 07 January 2022  16:18:24 -0500 (0:00:03.400)       0:02:01.555 ********
included: /home/hawkwood/gas-station/roles/tools/broot/tasks/user-Linux.yml for Debian-10-Buster, Debian-11-Bullseye, Debian-9-Stretch, Ubuntu-18.04-Bionic-Beaver, Ubuntu-20.04-Focal-Fossa, Ubuntu-21.04-Hirsute-Hippo, Ubuntu-21.10-Impish-Indri => (item=vagrant)

TASK [professormanhattan.broot : Ensure Bash completions is setup] *************
Friday 07 January 2022  16:18:25 -0500 (0:00:00.128)       0:02:01.684 ********
changed: [Debian-10-Buster]
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: [Ubuntu-21.10-Impish-Indri]

TASK [professormanhattan.broot : Ensure ZSH completions is setup] **************
Friday 07 January 2022  16:18:25 -0500 (0:00:00.308)       0:02:01.992 ********
fatal: [Debian-9-Stretch]: FAILED! => changed=false
  msg: Path /home/vagrant/.zshrc does not exist !
  rc: 257
fatal: [Debian-10-Buster]: FAILED! => changed=false
  msg: Path /home/vagrant/.zshrc does not exist !
  rc: 257
fatal: [Debian-11-Bullseye]: FAILED! => changed=false
  msg: Path /home/vagrant/.zshrc does not exist !
  rc: 257
fatal: [Ubuntu-18.04-Bionic-Beaver]: FAILED! => changed=false
  msg: Path /home/vagrant/.zshrc does not exist !
  rc: 257
fatal: [Ubuntu-20.04-Focal-Fossa]: FAILED! => changed=false
  msg: Path /home/vagrant/.zshrc does not exist !
  rc: 257
fatal: [Ubuntu-21.04-Hirsute-Hippo]: FAILED! => changed=false
  msg: Path /home/vagrant/.zshrc does not exist !
  rc: 257
fatal: [Ubuntu-21.10-Impish-Indri]: FAILED! => changed=false
  msg: Path /home/vagrant/.zshrc does not exist !
  rc: 257

TASK [professormanhattan.broot : Ensure Megabyte Labs configuration directory exists] ***
Friday 07 January 2022  16:18:25 -0500 (0:00:00.284)       0:02:02.276 ********
ok: [Windows-10] => (item=%USERPROFILE%\.config)
ok: [Windows-10] => (item=%USERPROFILE%\.config\megabytelabs)

TASK [professormanhattan.broot : Ensure %PROGRAMFILES%\broot directory exists] ***
Friday 07 January 2022  16:18:29 -0500 (0:00:03.518)       0:02:05.795 ********
changed: [Windows-10]

TASK [professormanhattan.broot : Check if broot has configuration stored in '%USERPROFILE%/.config/megabytelabs/broot'] ***
Friday 07 January 2022  16:18:31 -0500 (0:00:01.784)       0:02:07.579 ********
ok: [Windows-10]

TASK [professormanhattan.broot : Detect previously installed broot version] ****
Friday 07 January 2022  16:18:33 -0500 (0:00:02.195)       0:02:09.775 ********
skipping: [Windows-10]

TASK [professormanhattan.broot : Detect the latest broot version] **************
Friday 07 January 2022  16:18:33 -0500 (0:00:00.016)       0:02:09.792 ********
ok: [Windows-10]

TASK [professormanhattan.broot : Determine whether or not the latest version of broot is already installed] ***
Friday 07 January 2022  16:18:35 -0500 (0:00:02.392)       0:02:12.184 ********
ok: [Windows-10]

TASK [professormanhattan.broot : Ensure broot is installed] ********************
Friday 07 January 2022  16:18:35 -0500 (0:00:00.025)       0:02:12.210 ********
changed: [Windows-10]

TASK [professormanhattan.broot : Add %PROGRAMFILES%\broot to PATH] *************
Friday 07 January 2022  16:18:44 -0500 (0:00:08.826)       0:02:21.037 ********
changed: [Windows-10]

TASK [professormanhattan.broot : Ensure broot's completion is installed] *******
Friday 07 January 2022  16:18:46 -0500 (0:00:01.619)       0:02:22.656 ********
changed: [Windows-10]

TASK [professormanhattan.broot : Configure initialization script for PowerShell] ***
Friday 07 January 2022  16:18:48 -0500 (0:00:02.682)       0:02:25.339 ********
failed: [Windows-10] (item=vagrant) => changed=false
  ansible_loop_var: user
  msg: Path C:\Users\vagrant\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 does not exist !
  user:
    username: vagrant

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

Friday 07 January 2022  16:18:50 -0500 (0:00:01.761)       0:02:27.100 ********
===============================================================================
professormanhattan.broot : Ensure broot is installed ------------------- 79.23s
professormanhattan.broot : Ensure broot is installed -------------------- 8.87s
professormanhattan.broot : Ensure broot is installed -------------------- 8.83s
professormanhattan.broot : Ensure broot is installed -------------------- 5.29s
professormanhattan.rust : Ensure Rust is installed ---------------------- 3.73s
professormanhattan.broot : Ensure broot's completions are installed ----- 3.66s
professormanhattan.broot : Ensure Megabyte Labs configuration directory exists --- 3.52s
professormanhattan.broot : Ensure broot's completions are installed ----- 3.40s
professormanhattan.rust : Ensure Rust is installed ---------------------- 3.26s
Gathering Facts --------------------------------------------------------- 2.95s
professormanhattan.broot : Ensure broot's completion is installed ------- 2.68s
professormanhattan.broot : Detect the latest broot version -------------- 2.39s
professormanhattan.broot : Check if broot has configuration stored in '%USERPROFILE%/.config/megabytelabs/broot' --- 2.20s
professormanhattan.rust : Ensure rustup PowerShell completions file exists --- 1.95s
professormanhattan.rust : Ensure directories to store completions file exists --- 1.83s
professormanhattan.broot : Ensure %PROGRAMFILES%\broot directory exists --- 1.78s
professormanhattan.broot : Configure initialization script for PowerShell --- 1.76s
professormanhattan.broot : Add %PROGRAMFILES%\broot to PATH ------------- 1.62s
professormanhattan.broot : Detect the latest broot version -------------- 0.70s
professormanhattan.broot : Ensure custom facts directory exists --------- 0.56s
Playbook run took 0 days, 0 hours, 2 minutes, 27 seconds
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: CentOS-7
[WARNING]: Found both group and host with same name: CentOS-8
[WARNING]: Found both group and host with same name: Fedora-34
[WARNING]: Found both group and host with same name: CentOS-Stream-8
[WARNING]: Found both group and host with same name: Fedora-33
[WARNING]: Found both group and host with same name: Fedora-35

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

TASK [Gathering Facts] *********************************************************
Friday 07 January 2022  16:18:53 -0500 (0:00:00.014)       0:00:00.014 ********
ok: [localhost]

TASK [Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable] ***
Friday 07 January 2022  16:19:04 -0500 (0:00:10.895)       0:00:10.909 ********
skipping: [localhost]

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

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

TASK [Populate instance config] ************************************************
Friday 07 January 2022  16:21:39 -0500 (0:02:34.378)       0:02:45.669 ********
ok: [localhost]

TASK [Dump instance config] ****************************************************
Friday 07 January 2022  16:21:39 -0500 (0:00:00.190)       0:02:45.860 ********
changed: [localhost]

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

Friday 07 January 2022  16:21:40 -0500 (0:00:00.927)       0:02:46.787 ********
===============================================================================
Destroy molecule instance(s) ------------------------------------------ 154.38s
Gathering Facts -------------------------------------------------------- 10.90s
Dump instance config ---------------------------------------------------- 0.93s
Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.38s
Populate instance config ------------------------------------------------ 0.19s
Playbook run took 0 days, 0 hours, 2 minutes, 46 seconds