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

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

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

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

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

TASK [Gathering Facts] *********************************************************
Thursday 06 January 2022  12:22:32 -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] ***
Thursday 06 January 2022  12:22:42 -0500 (0:00:09.531)       0:00:09.545 ******
skipping: [localhost]

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

TASK [Destroy molecule instance(s)] ********************************************
Thursday 06 January 2022  12:22:42 -0500 (0:00:00.405)       0:00:09.951 ******
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] ************************************************
Thursday 06 January 2022  12:23:11 -0500 (0:00:29.105)       0:00:39.056 ******
ok: [localhost]

TASK [Dump instance config] ****************************************************
Thursday 06 January 2022  12:23:11 -0500 (0:00:00.177)       0:00:39.234 ******
skipping: [localhost]

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

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

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

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

TASK [Gathering Facts] *********************************************************
Thursday 06 January 2022  12:23:15 -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] ***
Thursday 06 January 2022  12:23:24 -0500 (0:00:09.525)       0:00:09.540 ******
skipping: [localhost]

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

TASK [Create molecule instance(s)] *********************************************
Thursday 06 January 2022  12:23:25 -0500 (0:00:00.368)       0:00:09.909 ******
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] *******************************************
Thursday 06 January 2022  12:32:50 -0500 (0:09:25.747)       0:09:35.657 ******
ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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/tflint/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] **********************************
Thursday 06 January 2022  12:32:51 -0500 (0:00:00.989)       0:09:36.647 ******
ok: [localhost]

TASK [Dump instance config] ****************************************************
Thursday 06 January 2022  12:32:51 -0500 (0:00:00.161)       0:09:36.808 ******
changed: [localhost]

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

Thursday 06 January 2022  12:32:52 -0500 (0:00:00.995)       0:09:37.803 ******
===============================================================================
Create molecule instance(s) ------------------------------------------- 565.75s
Gathering Facts --------------------------------------------------------- 9.53s
Dump instance config ---------------------------------------------------- 1.00s
Populate instance config dict ------------------------------------------- 0.99s
Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.37s
Convert instance config dict to a list ---------------------------------- 0.16s
Playbook run took 0 days, 0 hours, 9 minutes, 37 seconds
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: Fedora-34
[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-Stream-8
[WARNING]: Found both group and host with same name: CentOS-8
[WARNING]: Found both group and host with same name: CentOS-7

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

TASK [Bootstrap Python for Ansible] ********************************************
Thursday 06 January 2022  12:32:55 -0500 (0:00:00.026)       0:00:00.026 ******
skipping: [Windows-10]
ok: [Debian-9-Stretch]
ok: [Debian-10-Buster]
ok: [Debian-11-Bullseye]
ok: [ArchLinux-Latest]
ok: [CentOS-7]
ok: [Fedora-35]
ok: [Fedora-33]
ok: [Ubuntu-21.10-Impish-Indri]
ok: [Ubuntu-18.04-Bionic-Beaver]
ok: [Fedora-34]
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

Thursday 06 January 2022  12:33:29 -0500 (0:00:33.887)       0:00:33.914 ******
===============================================================================
Bootstrap Python for Ansible ------------------------------------------- 33.89s
Playbook run took 0 days, 0 hours, 0 minutes, 33 seconds
[WARNING]: Invalid characters were found in group names but not replaced, use
-vvvv to see details
[WARNING]: Found both group and host with same name: CentOS-8
[WARNING]: Found both group and host with same name: CentOS-7
[WARNING]: Found both group and host with same name: Fedora-34
[WARNING]: Found both group and host with same name: Fedora-35
[WARNING]: Found both group and host with same name: Fedora-33
[WARNING]: Found both group and host with same name: CentOS-Stream-8

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

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

TASK [professormanhattan.homebrew : Include variables based on the operating system] ***
Thursday 06 January 2022  12:33:34 -0500 (0:00:02.977)       0:00:03.004 ******
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] ****
Thursday 06 January 2022  12:33:34 -0500 (0:00:00.127)       0:00:03.131 ******
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] *****************************
Thursday 06 January 2022  12:33:34 -0500 (0:00:00.143)       0:00:03.274 ******
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)] ***
Thursday 06 January 2022  12:33:34 -0500 (0:00:00.144)       0:00:03.419 ******
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] ***
Thursday 06 January 2022  12:33:34 -0500 (0:00:00.148)       0:00:03.568 ******

TASK [professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date] ***
Thursday 06 January 2022  12:33:35 -0500 (0:00:00.145)       0:00:03.713 ******

TASK [professormanhattan.tflint : include_tasks] *******************************
Thursday 06 January 2022  12:33:35 -0500 (0:00:00.188)       0:00:03.902 ******
included: /home/hawkwood/gas-station/roles/deprecated/tflint/tasks/install-Archlinux.yml for ArchLinux-Latest
included: /home/hawkwood/gas-station/roles/deprecated/tflint/tasks/install-RedHat.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35
included: /home/hawkwood/gas-station/roles/deprecated/tflint/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/deprecated/tflint/tasks/install-Windows.yml for Windows-10

TASK [professormanhattan.tflint : Run common Linux tasks] **********************
Thursday 06 January 2022  12:33:35 -0500 (0:00:00.227)       0:00:04.129 ******
included: /home/hawkwood/gas-station/roles/deprecated/tflint/tasks/install-Linux.yml for ArchLinux-Latest

TASK [professormanhattan.tflint : Ensure Megabyte Labs configuration directory exists] ***
Thursday 06 January 2022  12:33:35 -0500 (0:00:00.068)       0:00:04.198 ******
changed: [ArchLinux-Latest] => (item=~/.config)
changed: [ArchLinux-Latest] => (item=~/.config/megabytelabs)

TASK [professormanhattan.tflint : Check if tflint has configuration stored in ~/.config/megabytelabs/tflint] ***
Thursday 06 January 2022  12:33:36 -0500 (0:00:00.477)       0:00:04.676 ******
ok: [ArchLinux-Latest]

TASK [professormanhattan.tflint : Detect previously installed tflint version] ***
Thursday 06 January 2022  12:33:36 -0500 (0:00:00.279)       0:00:04.955 ******
skipping: [ArchLinux-Latest]

TASK [professormanhattan.tflint : Detect the latest tflint version] ************
Thursday 06 January 2022  12:33:36 -0500 (0:00:00.059)       0:00:05.015 ******
ok: [ArchLinux-Latest]

TASK [professormanhattan.tflint : Determine whether or not the latest version of tflint is already installed] ***
Thursday 06 January 2022  12:33:36 -0500 (0:00:00.611)       0:00:05.626 ******
ok: [ArchLinux-Latest]

TASK [professormanhattan.tflint : Ensure tflint is installed] ******************
Thursday 06 January 2022  12:33:37 -0500 (0:00:00.063)       0:00:05.690 ******
fatal: [ArchLinux-Latest]: FAILED! => changed=false
  msg: Failed to find handler for "/home/vagrant/.ansible/tmp/ansible-tmp-1641490417.0678592-3567171-181040351572664/tflint_linux_amd642kjcq51d.zip". Make sure the required command to extract the file is installed. Unable to find required 'unzip' or 'zipinfo' binary in the path. Command "/usr/bin/tar" could not handle archive.

TASK [professormanhattan.tflint : Run common Linux tasks] **********************
Thursday 06 January 2022  12:33:38 -0500 (0:00:01.435)       0:00:07.125 ******
included: /home/hawkwood/gas-station/roles/deprecated/tflint/tasks/install-Linux.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35

TASK [professormanhattan.tflint : Ensure Megabyte Labs configuration directory exists] ***
Thursday 06 January 2022  12:33:38 -0500 (0:00:00.117)       0:00:07.243 ******
changed: [CentOS-7] => (item=~/.config)
changed: [CentOS-8] => (item=~/.config)
changed: [CentOS-Stream-8] => (item=~/.config)
changed: [Fedora-33] => (item=~/.config)
changed: [Fedora-35] => (item=~/.config)
changed: [Fedora-34] => (item=~/.config)
changed: [CentOS-7] => (item=~/.config/megabytelabs)
changed: [CentOS-8] => (item=~/.config/megabytelabs)
changed: [CentOS-Stream-8] => (item=~/.config/megabytelabs)
changed: [Fedora-33] => (item=~/.config/megabytelabs)
changed: [Fedora-34] => (item=~/.config/megabytelabs)
changed: [Fedora-35] => (item=~/.config/megabytelabs)

TASK [professormanhattan.tflint : Check if tflint has configuration stored in ~/.config/megabytelabs/tflint] ***
Thursday 06 January 2022  12:33:39 -0500 (0:00:00.833)       0:00:08.076 ******
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Fedora-33]
ok: [Fedora-34]
ok: [Fedora-35]

TASK [professormanhattan.tflint : Detect previously installed tflint version] ***
Thursday 06 January 2022  12:33:39 -0500 (0:00:00.432)       0:00:08.509 ******
skipping: [CentOS-7]
skipping: [CentOS-8]
skipping: [CentOS-Stream-8]
skipping: [Fedora-33]
skipping: [Fedora-34]
skipping: [Fedora-35]

TASK [professormanhattan.tflint : Detect the latest tflint version] ************
Thursday 06 January 2022  12:33:39 -0500 (0:00:00.102)       0:00:08.611 ******
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Fedora-33]
ok: [Fedora-34]
ok: [Fedora-35]

TASK [professormanhattan.tflint : Determine whether or not the latest version of tflint is already installed] ***
Thursday 06 January 2022  12:33:40 -0500 (0:00:00.682)       0:00:09.294 ******
ok: [CentOS-7]
ok: [CentOS-8]
ok: [CentOS-Stream-8]
ok: [Fedora-33]
ok: [Fedora-34]
ok: [Fedora-35]

TASK [professormanhattan.tflint : Ensure tflint is installed] ******************
Thursday 06 January 2022  12:33:40 -0500 (0:00:00.105)       0:00:09.399 ******
fatal: [CentOS-7]: FAILED! => changed=false
  msg: Failed to find handler for "/home/vagrant/.ansible/tmp/ansible-tmp-1641490420.7834496-3567642-128529722645153/tflint_linux_amd648iz0sm.zip". Make sure the required command to extract the file is installed. Unable to find required 'unzip' or 'zipinfo' binary in the path. Command "/bin/gtar" could not handle archive.
changed: [CentOS-Stream-8]
changed: [Fedora-33]
changed: [Fedora-35]
changed: [CentOS-8]
changed: [Fedora-34]

TASK [professormanhattan.tflint : Save meta information about the version of tflint that was installed] ***
Thursday 06 January 2022  12:33:43 -0500 (0:00:03.108)       0:00:12.507 ******
changed: [CentOS-Stream-8]
changed: [CentOS-8]
changed: [Fedora-33]
changed: [Fedora-35]
changed: [Fedora-34]

TASK [professormanhattan.tflint : Run common Linux tasks] **********************
Thursday 06 January 2022  12:33:44 -0500 (0:00:00.744)       0:00:13.252 ******
included: /home/hawkwood/gas-station/roles/deprecated/tflint/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.tflint : Ensure Megabyte Labs configuration directory exists] ***
Thursday 06 January 2022  12:33:44 -0500 (0:00:00.125)       0:00:13.377 ******
changed: [Debian-9-Stretch] => (item=~/.config)
changed: [Debian-10-Buster] => (item=~/.config)
changed: [Debian-11-Bullseye] => (item=~/.config)
changed: [Ubuntu-20.04-Focal-Fossa] => (item=~/.config)
changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=~/.config)
changed: [Ubuntu-18.04-Bionic-Beaver] => (item=~/.config)
changed: [Ubuntu-21.10-Impish-Indri] => (item=~/.config)
changed: [Debian-9-Stretch] => (item=~/.config/megabytelabs)
changed: [Debian-10-Buster] => (item=~/.config/megabytelabs)
changed: [Debian-11-Bullseye] => (item=~/.config/megabytelabs)
changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=~/.config/megabytelabs)
changed: [Ubuntu-20.04-Focal-Fossa] => (item=~/.config/megabytelabs)
changed: [Ubuntu-18.04-Bionic-Beaver] => (item=~/.config/megabytelabs)
changed: [Ubuntu-21.10-Impish-Indri] => (item=~/.config/megabytelabs)

TASK [professormanhattan.tflint : Check if tflint has configuration stored in ~/.config/megabytelabs/tflint] ***
Thursday 06 January 2022  12:33:45 -0500 (0:00:00.546)       0:00:13.924 ******
ok: [Debian-9-Stretch]
ok: [Debian-10-Buster]
ok: [Debian-11-Bullseye]
ok: [Ubuntu-18.04-Bionic-Beaver]
ok: [Ubuntu-20.04-Focal-Fossa]
ok: [Ubuntu-21.04-Hirsute-Hippo]
ok: [Ubuntu-21.10-Impish-Indri]

TASK [professormanhattan.tflint : Detect previously installed tflint version] ***
Thursday 06 January 2022  12:33:45 -0500 (0:00:00.357)       0:00:14.281 ******
skipping: [Debian-10-Buster]
skipping: [Debian-11-Bullseye]
skipping: [Debian-9-Stretch]
skipping: [Ubuntu-18.04-Bionic-Beaver]
skipping: [Ubuntu-20.04-Focal-Fossa]
skipping: [Ubuntu-21.04-Hirsute-Hippo]
skipping: [Ubuntu-21.10-Impish-Indri]

TASK [professormanhattan.tflint : Detect the latest tflint version] ************
Thursday 06 January 2022  12:33:45 -0500 (0:00:00.104)       0:00:14.385 ******
ok: [Debian-9-Stretch]
ok: [Debian-10-Buster]
ok: [Debian-11-Bullseye]
ok: [Ubuntu-21.10-Impish-Indri]
ok: [Ubuntu-21.04-Hirsute-Hippo]
ok: [Ubuntu-20.04-Focal-Fossa]
ok: [Ubuntu-18.04-Bionic-Beaver]

TASK [professormanhattan.tflint : Determine whether or not the latest version of tflint is already installed] ***
Thursday 06 January 2022  12:33:46 -0500 (0:00:00.505)       0:00:14.891 ******
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.tflint : Ensure tflint is installed] ******************
Thursday 06 January 2022  12:33:46 -0500 (0:00:00.100)       0:00:14.991 ******
fatal: [Debian-9-Stretch]: FAILED! => changed=false
  msg: Failed to find handler for "/home/vagrant/.ansible/tmp/ansible-tmp-1641490426.386086-3568489-205405068357122/tflint_linux_amd64m4Tvcd.zip". Make sure the required command to extract the file is installed. Command "/bin/tar" could not handle archive. Unable to find required 'unzip' or 'zipinfo' binary in the path.
fatal: [Debian-10-Buster]: FAILED! => changed=false
  msg: Failed to find handler for "/home/vagrant/.ansible/tmp/ansible-tmp-1641490426.369338-3568484-81677115666444/tflint_linux_amd64rbzu12j3.zip". Make sure the required command to extract the file is installed. Unable to find required 'unzip' or 'zipinfo' binary in the path. Command "/usr/bin/tar" could not handle archive.
fatal: [Ubuntu-21.04-Hirsute-Hippo]: FAILED! => changed=false
  msg: Failed to find handler for "/home/vagrant/.ansible/tmp/ansible-tmp-1641490426.42907-3568518-57381649032033/tflint_linux_amd641d9qsz7n.zip". Make sure the required command to extract the file is installed. Command "/usr/bin/tar" could not handle archive. Unable to find required 'unzip' or 'zipinfo' binary in the path.
fatal: [Ubuntu-18.04-Bionic-Beaver]: FAILED! => changed=false
  msg: Failed to find handler for "/home/vagrant/.ansible/tmp/ansible-tmp-1641490426.41065-3568502-33749925274940/tflint_linux_amd64ccrbv_b9.zip". Make sure the required command to extract the file is installed. Command "/bin/tar" could not handle archive. Unable to find required 'unzip' or 'zipinfo' binary in the path.
changed: [Ubuntu-21.10-Impish-Indri]
fatal: [Debian-11-Bullseye]: FAILED! => changed=false
  msg: Failed to find handler for "/home/vagrant/.ansible/tmp/ansible-tmp-1641490426.377039-3568485-121741853527225/tflint_linux_amd64g49b0d0h.zip". Make sure the required command to extract the file is installed. Command "/usr/bin/tar" could not handle archive. Unable to find required 'unzip' or 'zipinfo' binary in the path.
fatal: [Ubuntu-20.04-Focal-Fossa]: FAILED! => changed=false
  msg: Failed to find handler for "/home/vagrant/.ansible/tmp/ansible-tmp-1641490426.4213452-3568509-109144984228050/tflint_linux_amd6417nz2fwu.zip". Make sure the required command to extract the file is installed. Unable to find required 'unzip' or 'zipinfo' binary in the path. Command "/usr/bin/tar" could not handle archive.

TASK [professormanhattan.tflint : Save meta information about the version of tflint that was installed] ***
Thursday 06 January 2022  12:33:49 -0500 (0:00:03.382)       0:00:18.374 ******
changed: [Ubuntu-21.10-Impish-Indri]

TASK [professormanhattan.tflint : Ensure tflint is installed] ******************
Thursday 06 January 2022  12:33:50 -0500 (0:00:00.398)       0:00:18.773 ******
changed: [Windows-10]

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

Thursday 06 January 2022  12:34:02 -0500 (0:00:12.511)       0:00:31.284 ******
===============================================================================
professormanhattan.tflint : Ensure tflint is installed ----------------- 12.51s
professormanhattan.tflint : Ensure tflint is installed ------------------ 3.38s
professormanhattan.tflint : Ensure tflint is installed ------------------ 3.11s
Gathering Facts --------------------------------------------------------- 2.98s
professormanhattan.tflint : Ensure tflint is installed ------------------ 1.44s
professormanhattan.tflint : Ensure Megabyte Labs configuration directory exists --- 0.83s
professormanhattan.tflint : Save meta information about the version of tflint that was installed --- 0.74s
professormanhattan.tflint : Detect the latest tflint version ------------ 0.68s
professormanhattan.tflint : Detect the latest tflint version ------------ 0.61s
professormanhattan.tflint : Ensure Megabyte Labs configuration directory exists --- 0.55s
professormanhattan.tflint : Detect the latest tflint version ------------ 0.51s
professormanhattan.tflint : Ensure Megabyte Labs configuration directory exists --- 0.48s
professormanhattan.tflint : Check if tflint has configuration stored in ~/.config/megabytelabs/tflint --- 0.43s
professormanhattan.tflint : Save meta information about the version of tflint that was installed --- 0.40s
professormanhattan.tflint : Check if tflint has configuration stored in ~/.config/megabytelabs/tflint --- 0.36s
professormanhattan.tflint : Check if tflint has configuration stored in ~/.config/megabytelabs/tflint --- 0.28s
professormanhattan.tflint : include_tasks ------------------------------- 0.23s
professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date --- 0.19s
professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux) --- 0.15s
professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date --- 0.15s
Playbook run took 0 days, 0 hours, 0 minutes, 31 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-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-34

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

TASK [Gathering Facts] *********************************************************
Thursday 06 January 2022  12:34:05 -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] ***
Thursday 06 January 2022  12:34:16 -0500 (0:00:11.065)       0:00:11.079 ******
skipping: [localhost]

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

TASK [Destroy molecule instance(s)] ********************************************
Thursday 06 January 2022  12:34:17 -0500 (0:00:00.406)       0:00:11.486 ******
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] ************************************************
Thursday 06 January 2022  12:36:49 -0500 (0:02:32.303)       0:02:43.790 ******
ok: [localhost]

TASK [Dump instance config] ****************************************************
Thursday 06 January 2022  12:36:49 -0500 (0:00:00.135)       0:02:43.925 ******
changed: [localhost]

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

Thursday 06 January 2022  12:36:50 -0500 (0:00:00.940)       0:02:44.865 ******
===============================================================================
Destroy molecule instance(s) ------------------------------------------ 152.30s
Gathering Facts -------------------------------------------------------- 11.07s
Dump instance config ---------------------------------------------------- 0.94s
Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.41s
Populate instance config ------------------------------------------------ 0.14s
Playbook run took 0 days, 0 hours, 2 minutes, 44 seconds