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.filebrowser" task: [symlink:role] ln -sf "$PWD" "$HOME/.ansible/roles/professormanhattan.filebrowser" [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: 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 PLAY [Update platforms] ******************************************************** TASK [Gathering Facts] ********************************************************* Thursday 06 January 2022 08:36:21 -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 08:36:31 -0500 (0:00:09.523) 0:00:09.537 ****** skipping: [localhost] PLAY [Destroy] ***************************************************************** TASK [Destroy molecule instance(s)] ******************************************** Thursday 06 January 2022 08:36:31 -0500 (0:00:00.364) 0:00:09.902 ****** 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 08:37:00 -0500 (0:00:29.203) 0:00:39.105 ****** ok: [localhost] TASK [Dump instance config] **************************************************** Thursday 06 January 2022 08:37:01 -0500 (0:00:00.178) 0:00:39.283 ****** skipping: [localhost] PLAY RECAP ********************************************************************* localhost : ok=3 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Thursday 06 January 2022 08:37:01 -0500 (0:00:00.325) 0:00:39.609 ****** =============================================================================== Destroy molecule instance(s) ------------------------------------------- 29.20s Gathering Facts --------------------------------------------------------- 9.52s 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-Stream-8 [WARNING]: Found both group and host with same name: Fedora-35 [WARNING]: Found both group and host with same name: CentOS-7 [WARNING]: Found both group and host with same name: Fedora-34 [WARNING]: Found both group and host with same name: CentOS-8 [WARNING]: Found both group and host with same name: Fedora-33 playbook: /home/hawkwood/gas-station/roles/deprecated/filebrowser/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-8 [WARNING]: Found both group and host with same name: Fedora-35 [WARNING]: Found both group and host with same name: Fedora-34 [WARNING]: Found both group and host with same name: CentOS-7 [WARNING]: Found both group and host with same name: Fedora-33 PLAY [Update platforms] ******************************************************** TASK [Gathering Facts] ********************************************************* Thursday 06 January 2022 08:37:04 -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] *** Thursday 06 January 2022 08:37:13 -0500 (0:00:09.531) 0:00:09.545 ****** skipping: [localhost] PLAY [Create] ****************************************************************** TASK [Create molecule instance(s)] ********************************************* Thursday 06 January 2022 08:37:14 -0500 (0:00:00.362) 0:00:09.908 ****** 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 08:46:47 -0500 (0:09:32.733) 0:09:42.641 ****** ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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/filebrowser/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 08:46:48 -0500 (0:00:00.967) 0:09:43.609 ****** ok: [localhost] TASK [Dump instance config] **************************************************** Thursday 06 January 2022 08:46:48 -0500 (0:00:00.174) 0:09:43.784 ****** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=5 changed=2 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 Thursday 06 January 2022 08:46:49 -0500 (0:00:01.012) 0:09:44.796 ****** =============================================================================== Create molecule instance(s) ------------------------------------------- 572.73s Gathering Facts --------------------------------------------------------- 9.53s Dump instance config ---------------------------------------------------- 1.01s Populate instance config dict ------------------------------------------- 0.97s Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.36s Convert instance config dict to a list ---------------------------------- 0.17s Playbook run took 0 days, 0 hours, 9 minutes, 44 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-7 [WARNING]: Found both group and host with same name: CentOS-Stream-8 [WARNING]: Found both group and host with same name: CentOS-8 [WARNING]: Found both group and host with same name: Fedora-35 [WARNING]: Found both group and host with same name: Fedora-33 PLAY [Prepare] ***************************************************************** TASK [Bootstrap Python for Ansible] ******************************************** Thursday 06 January 2022 08:46:51 -0500 (0:00:00.028) 0:00:00.028 ****** skipping: [Windows-10] ok: [Debian-9-Stretch] ok: [Debian-10-Buster] ok: [ArchLinux-Latest] ok: [Debian-11-Bullseye] ok: [CentOS-7] ok: [Fedora-33] ok: [Fedora-35] ok: [Fedora-34] ok: [Ubuntu-18.04-Bionic-Beaver] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-21.10-Impish-Indri] ok: [Ubuntu-20.04-Focal-Fossa] ok: [CentOS-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 08:47:09 -0500 (0:00:17.646) 0:00:17.674 ****** =============================================================================== Bootstrap Python for Ansible ------------------------------------------- 17.65s Playbook run took 0 days, 0 hours, 0 minutes, 17 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-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: CentOS-8 [WARNING]: Found both group and host with same name: Fedora-35 PLAY [Converge] **************************************************************** TASK [Gathering Facts] ********************************************************* Thursday 06 January 2022 08:47:11 -0500 (0:00:00.026) 0:00:00.026 ****** ok: [CentOS-7] ok: [Debian-9-Stretch] ok: [ArchLinux-Latest] ok: [Debian-11-Bullseye] ok: [Debian-10-Buster] ok: [Ubuntu-20.04-Focal-Fossa] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-18.04-Bionic-Beaver] ok: [CentOS-8] ok: [Fedora-33] ok: [Ubuntu-21.10-Impish-Indri] ok: [CentOS-Stream-8] ok: [Fedora-34] ok: [Fedora-35] ok: [Windows-10] TASK [professormanhattan.homebrew : Include variables based on the operating system] *** Thursday 06 January 2022 08:47:14 -0500 (0:00:02.950) 0:00:02.976 ****** 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 08:47:14 -0500 (0:00:00.118) 0:00:03.095 ****** 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 08:47:14 -0500 (0:00:00.132) 0:00:03.227 ****** 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 08:47:14 -0500 (0:00:00.124) 0:00:03.351 ****** 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 08:47:15 -0500 (0:00:00.140) 0:00:03.492 ****** TASK [professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date] *** Thursday 06 January 2022 08:47:15 -0500 (0:00:00.147) 0:00:03.639 ****** TASK [professormanhattan.filebrowser : include_tasks] ************************** Thursday 06 January 2022 08:47:15 -0500 (0:00:00.236) 0:00:03.876 ****** included: /home/hawkwood/gas-station/roles/deprecated/filebrowser/tasks/install-Archlinux.yml for ArchLinux-Latest included: /home/hawkwood/gas-station/roles/deprecated/filebrowser/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/filebrowser/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/filebrowser/tasks/install-Windows.yml for Windows-10 TASK [professormanhattan.filebrowser : Run generic Linux tasks] **************** Thursday 06 January 2022 08:47:15 -0500 (0:00:00.191) 0:00:04.067 ****** included: /home/hawkwood/gas-station/roles/deprecated/filebrowser/tasks/install-Linux.yml for ArchLinux-Latest TASK [professormanhattan.filebrowser : Ensure Megabyte Labs configuration directory exists] *** Thursday 06 January 2022 08:47:15 -0500 (0:00:00.068) 0:00:04.135 ****** changed: [ArchLinux-Latest] => (item=~/.config) changed: [ArchLinux-Latest] => (item=~/.config/megabytelabs) TASK [professormanhattan.filebrowser : Check if File Browser has configuration stored in ~/.config/megabytelabs/filebrowser] *** Thursday 06 January 2022 08:47:16 -0500 (0:00:00.480) 0:00:04.616 ****** ok: [ArchLinux-Latest] TASK [professormanhattan.filebrowser : Detect previously installed File Browser version] *** Thursday 06 January 2022 08:47:16 -0500 (0:00:00.305) 0:00:04.922 ****** skipping: [ArchLinux-Latest] TASK [professormanhattan.filebrowser : Detect the latest File Browser version] *** Thursday 06 January 2022 08:47:16 -0500 (0:00:00.057) 0:00:04.979 ****** ok: [ArchLinux-Latest] TASK [professormanhattan.filebrowser : Determine whether or not the latest version of File Browser is already installed] *** Thursday 06 January 2022 08:47:17 -0500 (0:00:00.591) 0:00:05.570 ****** ok: [ArchLinux-Latest] TASK [professormanhattan.filebrowser : Ensure older version of File Browser is uninstalled] *** Thursday 06 January 2022 08:47:17 -0500 (0:00:00.060) 0:00:05.630 ****** ok: [ArchLinux-Latest] TASK [professormanhattan.filebrowser : Ensure File Browser is installed] ******* Thursday 06 January 2022 08:47:17 -0500 (0:00:00.212) 0:00:05.843 ****** changed: [ArchLinux-Latest] TASK [professormanhattan.filebrowser : Save meta information about the version of File Browser that was installed] *** Thursday 06 January 2022 08:47:19 -0500 (0:00:01.630) 0:00:07.473 ****** changed: [ArchLinux-Latest] TASK [professormanhattan.filebrowser : Run generic Linux tasks] **************** Thursday 06 January 2022 08:47:19 -0500 (0:00:00.505) 0:00:07.978 ****** included: /home/hawkwood/gas-station/roles/deprecated/filebrowser/tasks/install-Linux.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35 TASK [professormanhattan.filebrowser : Ensure Megabyte Labs configuration directory exists] *** Thursday 06 January 2022 08:47:19 -0500 (0:00:00.110) 0:00:08.089 ****** changed: [CentOS-7] => (item=~/.config) changed: [CentOS-8] => (item=~/.config) changed: [CentOS-Stream-8] => (item=~/.config) changed: [Fedora-33] => (item=~/.config) changed: [Fedora-34] => (item=~/.config) changed: [Fedora-35] => (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.filebrowser : Check if File Browser has configuration stored in ~/.config/megabytelabs/filebrowser] *** Thursday 06 January 2022 08:47:20 -0500 (0:00:00.844) 0:00:08.933 ****** ok: [CentOS-7] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Fedora-33] ok: [Fedora-34] ok: [Fedora-35] TASK [professormanhattan.filebrowser : Detect previously installed File Browser version] *** Thursday 06 January 2022 08:47:20 -0500 (0:00:00.397) 0:00:09.330 ****** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-33] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.filebrowser : Detect the latest File Browser version] *** Thursday 06 January 2022 08:47:21 -0500 (0:00:00.090) 0:00:09.421 ****** ok: [CentOS-7] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Fedora-34] ok: [Fedora-33] ok: [Fedora-35] TASK [professormanhattan.filebrowser : Determine whether or not the latest version of File Browser is already installed] *** Thursday 06 January 2022 08:47:21 -0500 (0:00:00.625) 0:00:10.047 ****** ok: [CentOS-7] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Fedora-33] ok: [Fedora-34] ok: [Fedora-35] TASK [professormanhattan.filebrowser : Ensure older version of File Browser is uninstalled] *** Thursday 06 January 2022 08:47:21 -0500 (0:00:00.096) 0:00:10.144 ****** ok: [CentOS-7] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Fedora-33] ok: [Fedora-34] ok: [Fedora-35] TASK [professormanhattan.filebrowser : Ensure File Browser is installed] ******* Thursday 06 January 2022 08:47:22 -0500 (0:00:00.440) 0:00:10.584 ****** changed: [CentOS-7] changed: [CentOS-8] changed: [CentOS-Stream-8] changed: [Fedora-33] changed: [Fedora-34] changed: [Fedora-35] TASK [professormanhattan.filebrowser : Save meta information about the version of File Browser that was installed] *** Thursday 06 January 2022 08:47:25 -0500 (0:00:03.018) 0:00:13.602 ****** changed: [CentOS-7] changed: [CentOS-Stream-8] changed: [CentOS-8] changed: [Fedora-33] changed: [Fedora-35] changed: [Fedora-34] TASK [professormanhattan.filebrowser : Run generic Linux tasks] **************** Thursday 06 January 2022 08:47:26 -0500 (0:00:00.775) 0:00:14.378 ****** included: /home/hawkwood/gas-station/roles/deprecated/filebrowser/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.filebrowser : Ensure Megabyte Labs configuration directory exists] *** Thursday 06 January 2022 08:47:26 -0500 (0:00:00.139) 0:00:14.517 ****** changed: [Debian-9-Stretch] => (item=~/.config) changed: [Debian-10-Buster] => (item=~/.config) changed: [Ubuntu-18.04-Bionic-Beaver] => (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-21.10-Impish-Indri] => (item=~/.config) changed: [Debian-9-Stretch] => (item=~/.config/megabytelabs) changed: [Debian-10-Buster] => (item=~/.config/megabytelabs) changed: [Ubuntu-18.04-Bionic-Beaver] => (item=~/.config/megabytelabs) changed: [Ubuntu-20.04-Focal-Fossa] => (item=~/.config/megabytelabs) changed: [Debian-11-Bullseye] => (item=~/.config/megabytelabs) changed: [Ubuntu-21.10-Impish-Indri] => (item=~/.config/megabytelabs) changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=~/.config/megabytelabs) TASK [professormanhattan.filebrowser : Check if File Browser has configuration stored in ~/.config/megabytelabs/filebrowser] *** Thursday 06 January 2022 08:47:26 -0500 (0:00:00.567) 0:00:15.084 ****** ok: [Debian-9-Stretch] ok: [Debian-10-Buster] ok: [Debian-11-Bullseye] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-21.10-Impish-Indri] ok: [Ubuntu-18.04-Bionic-Beaver] ok: [Ubuntu-20.04-Focal-Fossa] TASK [professormanhattan.filebrowser : Detect previously installed File Browser version] *** Thursday 06 January 2022 08:47:27 -0500 (0:00:00.334) 0:00:15.419 ****** 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.filebrowser : Detect the latest File Browser version] *** Thursday 06 January 2022 08:47:27 -0500 (0:00:00.095) 0:00:15.515 ****** ok: [Debian-9-Stretch] ok: [Debian-11-Bullseye] ok: [Debian-10-Buster] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-21.10-Impish-Indri] ok: [Ubuntu-20.04-Focal-Fossa] ok: [Ubuntu-18.04-Bionic-Beaver] TASK [professormanhattan.filebrowser : Determine whether or not the latest version of File Browser is already installed] *** Thursday 06 January 2022 08:47:27 -0500 (0:00:00.527) 0:00:16.042 ****** 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.filebrowser : Ensure older version of File Browser is uninstalled] *** Thursday 06 January 2022 08:47:27 -0500 (0:00:00.157) 0:00:16.200 ****** ok: [Debian-9-Stretch] ok: [Debian-11-Bullseye] ok: [Debian-10-Buster] ok: [Ubuntu-20.04-Focal-Fossa] ok: [Ubuntu-18.04-Bionic-Beaver] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.filebrowser : Ensure File Browser is installed] ******* Thursday 06 January 2022 08:47:28 -0500 (0:00:00.359) 0:00:16.559 ****** changed: [Debian-9-Stretch] changed: [Debian-10-Buster] changed: [Debian-11-Bullseye] changed: [Ubuntu-21.04-Hirsute-Hippo] changed: [Ubuntu-18.04-Bionic-Beaver] changed: [Ubuntu-21.10-Impish-Indri] changed: [Ubuntu-20.04-Focal-Fossa] TASK [professormanhattan.filebrowser : Save meta information about the version of File Browser that was installed] *** Thursday 06 January 2022 08:47:31 -0500 (0:00:03.559) 0:00:20.118 ****** changed: [Debian-9-Stretch] changed: [Debian-10-Buster] changed: [Ubuntu-18.04-Bionic-Beaver] changed: [Ubuntu-21.04-Hirsute-Hippo] changed: [Debian-11-Bullseye] changed: [Ubuntu-20.04-Focal-Fossa] changed: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.filebrowser : Ensure Megabyte Labs configuration directory exists] *** Thursday 06 January 2022 08:47:32 -0500 (0:00:00.635) 0:00:20.754 ****** ok: [Windows-10] TASK [professormanhattan.filebrowser : Check if File Browser has configuration stored in '%USERPROFILE%/.config/megabytelabs/filebrowser'] *** Thursday 06 January 2022 08:47:34 -0500 (0:00:01.955) 0:00:22.709 ****** ok: [Windows-10] TASK [professormanhattan.filebrowser : Detect previously installed File Browser version] *** Thursday 06 January 2022 08:47:36 -0500 (0:00:02.334) 0:00:25.044 ****** skipping: [Windows-10] TASK [professormanhattan.filebrowser : Detect the latest File Browser version] *** Thursday 06 January 2022 08:47:36 -0500 (0:00:00.072) 0:00:25.116 ****** ok: [Windows-10] TASK [professormanhattan.filebrowser : Determine whether or not the latest version of File Browser is already installed] *** Thursday 06 January 2022 08:47:39 -0500 (0:00:02.716) 0:00:27.833 ****** ok: [Windows-10] TASK [professormanhattan.filebrowser : Ensure File Browser archive is downloaded] *** Thursday 06 January 2022 08:47:39 -0500 (0:00:00.082) 0:00:27.915 ****** changed: [Windows-10] TASK [professormanhattan.filebrowser : Ensure File Browser is installed] ******* Thursday 06 January 2022 08:47:43 -0500 (0:00:04.107) 0:00:32.023 ****** changed: [Windows-10] TASK [professormanhattan.filebrowser : Ensure File Browser installation is added to PATH] *** Thursday 06 January 2022 08:47:45 -0500 (0:00:01.967) 0:00:33.990 ****** changed: [Windows-10] TASK [professormanhattan.filebrowser : Save meta information about the version of File Browser that was installed] *** Thursday 06 January 2022 08:47:47 -0500 (0:00:01.786) 0:00:35.777 ****** changed: [Windows-10] PLAY RECAP ********************************************************************* ArchLinux-Latest : ok=10 changed=3 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 CentOS-7 : ok=10 changed=3 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 CentOS-8 : ok=10 changed=3 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 CentOS-Stream-8 : ok=10 changed=3 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Debian-10-Buster : ok=10 changed=3 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Debian-11-Bullseye : ok=10 changed=3 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Debian-9-Stretch : ok=10 changed=3 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Fedora-33 : ok=10 changed=3 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Fedora-34 : ok=10 changed=3 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Fedora-35 : ok=10 changed=3 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Ubuntu-18.04-Bionic-Beaver : ok=10 changed=3 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Ubuntu-20.04-Focal-Fossa : ok=10 changed=3 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Ubuntu-21.04-Hirsute-Hippo : ok=10 changed=3 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Ubuntu-21.10-Impish-Indri : ok=10 changed=3 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Windows-10 : ok=10 changed=4 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Thursday 06 January 2022 08:47:51 -0500 (0:00:04.411) 0:00:40.188 ****** =============================================================================== professormanhattan.filebrowser : Save meta information about the version of File Browser that was installed --- 4.41s professormanhattan.filebrowser : Ensure File Browser archive is downloaded --- 4.11s professormanhattan.filebrowser : Ensure File Browser is installed ------- 3.56s professormanhattan.filebrowser : Ensure File Browser is installed ------- 3.02s Gathering Facts --------------------------------------------------------- 2.95s professormanhattan.filebrowser : Detect the latest File Browser version --- 2.72s professormanhattan.filebrowser : Check if File Browser has configuration stored in '%USERPROFILE%/.config/megabytelabs/filebrowser' --- 2.33s professormanhattan.filebrowser : Ensure File Browser is installed ------- 1.97s professormanhattan.filebrowser : Ensure Megabyte Labs configuration directory exists --- 1.96s professormanhattan.filebrowser : Ensure File Browser installation is added to PATH --- 1.79s professormanhattan.filebrowser : Ensure File Browser is installed ------- 1.63s professormanhattan.filebrowser : Ensure Megabyte Labs configuration directory exists --- 0.84s professormanhattan.filebrowser : Save meta information about the version of File Browser that was installed --- 0.78s professormanhattan.filebrowser : Save meta information about the version of File Browser that was installed --- 0.64s professormanhattan.filebrowser : Detect the latest File Browser version --- 0.63s professormanhattan.filebrowser : Detect the latest File Browser version --- 0.59s professormanhattan.filebrowser : Ensure Megabyte Labs configuration directory exists --- 0.57s professormanhattan.filebrowser : Detect the latest File Browser version --- 0.53s professormanhattan.filebrowser : Save meta information about the version of File Browser that was installed --- 0.51s professormanhattan.filebrowser : Ensure Megabyte Labs configuration directory exists --- 0.48s Playbook run took 0 days, 0 hours, 0 minutes, 40 seconds [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details [WARNING]: Found both group and host with same name: Fedora-33 [WARNING]: Found both group and host with same name: Fedora-34 [WARNING]: Found both group and host with same name: CentOS-7 [WARNING]: Found both group and host with same name: CentOS-8 [WARNING]: Found both group and host with same name: Fedora-35 [WARNING]: Found both group and host with same name: CentOS-Stream-8 PLAY [Converge] **************************************************************** TASK [Gathering Facts] ********************************************************* Thursday 06 January 2022 08:47:54 -0500 (0:00:00.025) 0:00:00.025 ****** ok: [Debian-9-Stretch] ok: [CentOS-7] ok: [Debian-10-Buster] ok: [Debian-11-Bullseye] ok: [ArchLinux-Latest] ok: [Ubuntu-18.04-Bionic-Beaver] ok: [CentOS-Stream-8] ok: [CentOS-8] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Fedora-33] ok: [Ubuntu-20.04-Focal-Fossa] 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 08:47:56 -0500 (0:00:02.833) 0:00:02.859 ****** 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 08:47:57 -0500 (0:00:00.119) 0:00:02.978 ****** 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 08:47:57 -0500 (0:00:00.124) 0:00:03.103 ****** 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 08:47:57 -0500 (0:00:00.131) 0:00:03.235 ****** 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 08:47:57 -0500 (0:00:00.137) 0:00:03.372 ****** TASK [professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date] *** Thursday 06 January 2022 08:47:57 -0500 (0:00:00.127) 0:00:03.500 ****** TASK [professormanhattan.filebrowser : include_tasks] ************************** Thursday 06 January 2022 08:47:57 -0500 (0:00:00.178) 0:00:03.678 ****** included: /home/hawkwood/gas-station/roles/deprecated/filebrowser/tasks/install-Archlinux.yml for ArchLinux-Latest included: /home/hawkwood/gas-station/roles/deprecated/filebrowser/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/filebrowser/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/filebrowser/tasks/install-Windows.yml for Windows-10 TASK [professormanhattan.filebrowser : Run generic Linux tasks] **************** Thursday 06 January 2022 08:47:57 -0500 (0:00:00.230) 0:00:03.908 ****** included: /home/hawkwood/gas-station/roles/deprecated/filebrowser/tasks/install-Linux.yml for ArchLinux-Latest TASK [professormanhattan.filebrowser : Ensure Megabyte Labs configuration directory exists] *** Thursday 06 January 2022 08:47:58 -0500 (0:00:00.077) 0:00:03.986 ****** ok: [ArchLinux-Latest] => (item=~/.config) ok: [ArchLinux-Latest] => (item=~/.config/megabytelabs) TASK [professormanhattan.filebrowser : Check if File Browser has configuration stored in ~/.config/megabytelabs/filebrowser] *** Thursday 06 January 2022 08:47:58 -0500 (0:00:00.456) 0:00:04.443 ****** ok: [ArchLinux-Latest] TASK [professormanhattan.filebrowser : Detect previously installed File Browser version] *** Thursday 06 January 2022 08:47:58 -0500 (0:00:00.282) 0:00:04.726 ****** ok: [ArchLinux-Latest] TASK [professormanhattan.filebrowser : Detect the latest File Browser version] *** Thursday 06 January 2022 08:47:59 -0500 (0:00:00.320) 0:00:05.046 ****** ok: [ArchLinux-Latest] TASK [professormanhattan.filebrowser : Determine whether or not the latest version of File Browser is already installed] *** Thursday 06 January 2022 08:47:59 -0500 (0:00:00.531) 0:00:05.578 ****** ok: [ArchLinux-Latest] TASK [professormanhattan.filebrowser : Ensure older version of File Browser is uninstalled] *** Thursday 06 January 2022 08:47:59 -0500 (0:00:00.059) 0:00:05.637 ****** skipping: [ArchLinux-Latest] TASK [professormanhattan.filebrowser : Ensure File Browser is installed] ******* Thursday 06 January 2022 08:47:59 -0500 (0:00:00.059) 0:00:05.697 ****** skipping: [ArchLinux-Latest] TASK [professormanhattan.filebrowser : Save meta information about the version of File Browser that was installed] *** Thursday 06 January 2022 08:47:59 -0500 (0:00:00.061) 0:00:05.759 ****** skipping: [ArchLinux-Latest] TASK [professormanhattan.filebrowser : Run generic Linux tasks] **************** Thursday 06 January 2022 08:47:59 -0500 (0:00:00.062) 0:00:05.821 ****** included: /home/hawkwood/gas-station/roles/deprecated/filebrowser/tasks/install-Linux.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35 TASK [professormanhattan.filebrowser : Ensure Megabyte Labs configuration directory exists] *** Thursday 06 January 2022 08:47:59 -0500 (0:00:00.114) 0:00:05.936 ****** ok: [CentOS-7] => (item=~/.config) ok: [CentOS-Stream-8] => (item=~/.config) ok: [CentOS-8] => (item=~/.config) ok: [Fedora-34] => (item=~/.config) ok: [Fedora-33] => (item=~/.config) ok: [Fedora-35] => (item=~/.config) ok: [CentOS-7] => (item=~/.config/megabytelabs) ok: [CentOS-8] => (item=~/.config/megabytelabs) ok: [CentOS-Stream-8] => (item=~/.config/megabytelabs) ok: [Fedora-35] => (item=~/.config/megabytelabs) ok: [Fedora-34] => (item=~/.config/megabytelabs) ok: [Fedora-33] => (item=~/.config/megabytelabs) TASK [professormanhattan.filebrowser : Check if File Browser has configuration stored in ~/.config/megabytelabs/filebrowser] *** Thursday 06 January 2022 08:48:00 -0500 (0:00:00.808) 0:00:06.744 ****** ok: [CentOS-7] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Fedora-33] ok: [Fedora-34] ok: [Fedora-35] TASK [professormanhattan.filebrowser : Detect previously installed File Browser version] *** Thursday 06 January 2022 08:48:01 -0500 (0:00:00.505) 0:00:07.249 ****** ok: [CentOS-7] ok: [CentOS-Stream-8] ok: [CentOS-8] ok: [Fedora-34] ok: [Fedora-33] ok: [Fedora-35] TASK [professormanhattan.filebrowser : Detect the latest File Browser version] *** Thursday 06 January 2022 08:48:01 -0500 (0:00:00.428) 0:00:07.678 ****** ok: [CentOS-7] fatal: [CentOS-Stream-8]: FAILED! => changed=false access_control_allow_origin: '*' access_control_expose_headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Used, X-RateLimit-Resource, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset connection: close content_length: '277' content_security_policy: default-src 'none'; style-src 'unsafe-inline' content_type: application/json; charset=utf-8 date: Thu, 06 Jan 2022 13:48:02 GMT elapsed: 0 json: documentation_url: https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting message: 'API rate limit exceeded for 89.46.62.72. (But here''s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)' msg: 'Status code was 403 and not [200]: HTTP Error 403: rate limit exceeded' redirected: false referrer_policy: origin-when-cross-origin, strict-origin-when-cross-origin server: Varnish status: 403 strict_transport_security: max-age=31536000; includeSubdomains; preload url: https://api.github.com/repos/filebrowser/filebrowser/releases/latest x_content_type_options: nosniff x_frame_options: deny x_github_media_type: github.v3; format=json x_github_request_id: 884D:3BAB:7E84B5C:E4819B4:61D6F312 x_ratelimit_limit: '60' x_ratelimit_remaining: '0' x_ratelimit_reset: '1641477386' x_ratelimit_resource: core x_ratelimit_used: '60' x_xss_protection: 1; mode=block fatal: [CentOS-8]: FAILED! => changed=false access_control_allow_origin: '*' access_control_expose_headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Used, X-RateLimit-Resource, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset connection: close content_length: '277' content_security_policy: default-src 'none'; style-src 'unsafe-inline' content_type: application/json; charset=utf-8 date: Thu, 06 Jan 2022 13:48:02 GMT elapsed: 0 json: documentation_url: https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting message: 'API rate limit exceeded for 89.46.62.72. (But here''s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)' msg: 'Status code was 403 and not [200]: HTTP Error 403: rate limit exceeded' redirected: false referrer_policy: origin-when-cross-origin, strict-origin-when-cross-origin server: Varnish status: 403 strict_transport_security: max-age=31536000; includeSubdomains; preload url: https://api.github.com/repos/filebrowser/filebrowser/releases/latest x_content_type_options: nosniff x_frame_options: deny x_github_media_type: github.v3; format=json x_github_request_id: A293:0CC5:4494558:8BAB56F:61D6F312 x_ratelimit_limit: '60' x_ratelimit_remaining: '0' x_ratelimit_reset: '1641477386' x_ratelimit_resource: core x_ratelimit_used: '60' x_xss_protection: 1; mode=block fatal: [Fedora-33]: FAILED! => changed=false access_control_allow_origin: '*' access_control_expose_headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Used, X-RateLimit-Resource, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset connection: close content_length: '277' content_security_policy: default-src 'none'; style-src 'unsafe-inline' content_type: application/json; charset=utf-8 date: Thu, 06 Jan 2022 13:48:02 GMT elapsed: 0 json: documentation_url: https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting message: 'API rate limit exceeded for 89.46.62.72. (But here''s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)' msg: 'Status code was 403 and not [200]: HTTP Error 403: rate limit exceeded' redirected: false referrer_policy: origin-when-cross-origin, strict-origin-when-cross-origin server: Varnish status: 403 strict_transport_security: max-age=31536000; includeSubdomains; preload url: https://api.github.com/repos/filebrowser/filebrowser/releases/latest x_content_type_options: nosniff x_frame_options: deny x_github_media_type: github.v3; format=json x_github_request_id: 1D50:25F4:264B0C:1837038:61D6F312 x_ratelimit_limit: '60' x_ratelimit_remaining: '0' x_ratelimit_reset: '1641477386' x_ratelimit_resource: core x_ratelimit_used: '60' x_xss_protection: 1; mode=block fatal: [Fedora-34]: FAILED! => changed=false access_control_allow_origin: '*' access_control_expose_headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Used, X-RateLimit-Resource, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset connection: close content_length: '277' content_security_policy: default-src 'none'; style-src 'unsafe-inline' content_type: application/json; charset=utf-8 date: Thu, 06 Jan 2022 13:48:02 GMT elapsed: 0 json: documentation_url: https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting message: 'API rate limit exceeded for 89.46.62.72. (But here''s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)' msg: 'Status code was 403 and not [200]: HTTP Error 403: rate limit exceeded' redirected: false referrer_policy: origin-when-cross-origin, strict-origin-when-cross-origin server: Varnish status: 403 strict_transport_security: max-age=31536000; includeSubdomains; preload url: https://api.github.com/repos/filebrowser/filebrowser/releases/latest x_content_type_options: nosniff x_frame_options: deny x_github_media_type: github.v3; format=json x_github_request_id: 8F03:4B7E:70E17CD:D0B3AC6:61D6F312 x_ratelimit_limit: '60' x_ratelimit_remaining: '0' x_ratelimit_reset: '1641477386' x_ratelimit_resource: core x_ratelimit_used: '60' x_xss_protection: 1; mode=block fatal: [Fedora-35]: FAILED! => changed=false access_control_allow_origin: '*' access_control_expose_headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Used, X-RateLimit-Resource, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset connection: close content_length: '277' content_security_policy: default-src 'none'; style-src 'unsafe-inline' content_type: application/json; charset=utf-8 date: Thu, 06 Jan 2022 13:48:02 GMT elapsed: 0 json: documentation_url: https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting message: 'API rate limit exceeded for 89.46.62.72. (But here''s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)' msg: 'Status code was 403 and not [200]: HTTP Error 403: rate limit exceeded' redirected: false referrer_policy: origin-when-cross-origin, strict-origin-when-cross-origin server: Varnish status: 403 strict_transport_security: max-age=31536000; includeSubdomains; preload url: https://api.github.com/repos/filebrowser/filebrowser/releases/latest x_content_type_options: nosniff x_frame_options: deny x_github_media_type: github.v3; format=json x_github_request_id: C053:6C70:5411528:F95BE02:61D6F312 x_ratelimit_limit: '60' x_ratelimit_remaining: '0' x_ratelimit_reset: '1641477386' x_ratelimit_resource: core x_ratelimit_used: '60' x_xss_protection: 1; mode=block TASK [professormanhattan.filebrowser : Determine whether or not the latest version of File Browser is already installed] *** Thursday 06 January 2022 08:48:02 -0500 (0:00:00.577) 0:00:08.256 ****** ok: [CentOS-7] TASK [professormanhattan.filebrowser : Ensure older version of File Browser is uninstalled] *** Thursday 06 January 2022 08:48:02 -0500 (0:00:00.042) 0:00:08.298 ****** skipping: [CentOS-7] TASK [professormanhattan.filebrowser : Ensure File Browser is installed] ******* Thursday 06 January 2022 08:48:02 -0500 (0:00:00.044) 0:00:08.343 ****** skipping: [CentOS-7] TASK [professormanhattan.filebrowser : Save meta information about the version of File Browser that was installed] *** Thursday 06 January 2022 08:48:02 -0500 (0:00:00.042) 0:00:08.386 ****** skipping: [CentOS-7] TASK [professormanhattan.filebrowser : Run generic Linux tasks] **************** Thursday 06 January 2022 08:48:02 -0500 (0:00:00.043) 0:00:08.430 ****** included: /home/hawkwood/gas-station/roles/deprecated/filebrowser/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.filebrowser : Ensure Megabyte Labs configuration directory exists] *** Thursday 06 January 2022 08:48:02 -0500 (0:00:00.110) 0:00:08.541 ****** ok: [Debian-9-Stretch] => (item=~/.config) ok: [Debian-10-Buster] => (item=~/.config) ok: [Debian-11-Bullseye] => (item=~/.config) ok: [Ubuntu-18.04-Bionic-Beaver] => (item=~/.config) ok: [Ubuntu-21.04-Hirsute-Hippo] => (item=~/.config) ok: [Ubuntu-20.04-Focal-Fossa] => (item=~/.config) ok: [Ubuntu-21.10-Impish-Indri] => (item=~/.config) ok: [Debian-9-Stretch] => (item=~/.config/megabytelabs) ok: [Debian-10-Buster] => (item=~/.config/megabytelabs) ok: [Debian-11-Bullseye] => (item=~/.config/megabytelabs) ok: [Ubuntu-18.04-Bionic-Beaver] => (item=~/.config/megabytelabs) ok: [Ubuntu-21.04-Hirsute-Hippo] => (item=~/.config/megabytelabs) ok: [Ubuntu-20.04-Focal-Fossa] => (item=~/.config/megabytelabs) ok: [Ubuntu-21.10-Impish-Indri] => (item=~/.config/megabytelabs) TASK [professormanhattan.filebrowser : Check if File Browser has configuration stored in ~/.config/megabytelabs/filebrowser] *** Thursday 06 January 2022 08:48:03 -0500 (0:00:00.556) 0:00:09.097 ****** ok: [Debian-9-Stretch] ok: [Debian-10-Buster] ok: [Debian-11-Bullseye] ok: [Ubuntu-18.04-Bionic-Beaver] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-20.04-Focal-Fossa] ok: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.filebrowser : Detect previously installed File Browser version] *** Thursday 06 January 2022 08:48:03 -0500 (0:00:00.313) 0:00:09.411 ****** 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.filebrowser : Detect the latest File Browser version] *** Thursday 06 January 2022 08:48:03 -0500 (0:00:00.292) 0:00:09.703 ****** fatal: [Debian-9-Stretch]: FAILED! => changed=false access_control_allow_origin: '*' access_control_expose_headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Used, X-RateLimit-Resource, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset connection: close content_length: '277' content_security_policy: default-src 'none'; style-src 'unsafe-inline' content_type: application/json; charset=utf-8 date: Thu, 06 Jan 2022 13:48:04 GMT elapsed: 0 json: documentation_url: https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting message: 'API rate limit exceeded for 89.46.62.72. (But here''s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)' msg: 'Status code was 403 and not [200]: HTTP Error 403: rate limit exceeded' redirected: false referrer_policy: origin-when-cross-origin, strict-origin-when-cross-origin server: Varnish status: 403 strict_transport_security: max-age=31536000; includeSubdomains; preload url: https://api.github.com/repos/filebrowser/filebrowser/releases/latest x_content_type_options: nosniff x_frame_options: deny x_github_media_type: github.v3; format=json x_github_request_id: A2A6:142D:68D1559:CFD14EA:61D6F313 x_ratelimit_limit: '60' x_ratelimit_remaining: '0' x_ratelimit_reset: '1641477386' x_ratelimit_resource: core x_ratelimit_used: '60' x_xss_protection: 1; mode=block fatal: [Debian-10-Buster]: FAILED! => changed=false access_control_allow_origin: '*' access_control_expose_headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Used, X-RateLimit-Resource, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset connection: close content_length: '277' content_security_policy: default-src 'none'; style-src 'unsafe-inline' content_type: application/json; charset=utf-8 date: Thu, 06 Jan 2022 13:48:04 GMT elapsed: 0 json: documentation_url: https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting message: 'API rate limit exceeded for 89.46.62.72. (But here''s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)' msg: 'Status code was 403 and not [200]: HTTP Error 403: rate limit exceeded' redirected: false referrer_policy: origin-when-cross-origin, strict-origin-when-cross-origin server: Varnish status: 403 strict_transport_security: max-age=31536000; includeSubdomains; preload url: https://api.github.com/repos/filebrowser/filebrowser/releases/latest x_content_type_options: nosniff x_frame_options: deny x_github_media_type: github.v3; format=json x_github_request_id: AF23:2CBC:75AE0:E1B2B:61D6F313 x_ratelimit_limit: '60' x_ratelimit_remaining: '0' x_ratelimit_reset: '1641477386' x_ratelimit_resource: core x_ratelimit_used: '60' x_xss_protection: 1; mode=block fatal: [Debian-11-Bullseye]: FAILED! => changed=false access_control_allow_origin: '*' access_control_expose_headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Used, X-RateLimit-Resource, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset connection: close content_length: '277' content_security_policy: default-src 'none'; style-src 'unsafe-inline' content_type: application/json; charset=utf-8 date: Thu, 06 Jan 2022 13:48:04 GMT elapsed: 0 json: documentation_url: https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting message: 'API rate limit exceeded for 89.46.62.72. (But here''s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)' msg: 'Status code was 403 and not [200]: HTTP Error 403: rate limit exceeded' redirected: false referrer_policy: origin-when-cross-origin, strict-origin-when-cross-origin server: Varnish status: 403 strict_transport_security: max-age=31536000; includeSubdomains; preload url: https://api.github.com/repos/filebrowser/filebrowser/releases/latest x_content_type_options: nosniff x_frame_options: deny x_github_media_type: github.v3; format=json x_github_request_id: B5BB:4EE9:41FD96A:8CB8270:61D6F314 x_ratelimit_limit: '60' x_ratelimit_remaining: '0' x_ratelimit_reset: '1641477386' x_ratelimit_resource: core x_ratelimit_used: '60' x_xss_protection: 1; mode=block fatal: [Ubuntu-18.04-Bionic-Beaver]: FAILED! => changed=false access_control_allow_origin: '*' access_control_expose_headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Used, X-RateLimit-Resource, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset connection: close content_length: '277' content_security_policy: default-src 'none'; style-src 'unsafe-inline' content_type: application/json; charset=utf-8 date: Thu, 06 Jan 2022 13:48:04 GMT elapsed: 0 json: documentation_url: https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting message: 'API rate limit exceeded for 89.46.62.72. (But here''s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)' msg: 'Status code was 403 and not [200]: HTTP Error 403: rate limit exceeded' redirected: false referrer_policy: origin-when-cross-origin, strict-origin-when-cross-origin server: Varnish status: 403 strict_transport_security: max-age=31536000; includeSubdomains; preload url: https://api.github.com/repos/filebrowser/filebrowser/releases/latest x_content_type_options: nosniff x_frame_options: deny x_github_media_type: github.v3; format=json x_github_request_id: C378:0D71:37CFDBA:A0627A0:61D6F314 x_ratelimit_limit: '60' x_ratelimit_remaining: '0' x_ratelimit_reset: '1641477386' x_ratelimit_resource: core x_ratelimit_used: '60' x_xss_protection: 1; mode=block fatal: [Ubuntu-21.04-Hirsute-Hippo]: FAILED! => changed=false access_control_allow_origin: '*' access_control_expose_headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Used, X-RateLimit-Resource, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset connection: close content_length: '277' content_security_policy: default-src 'none'; style-src 'unsafe-inline' content_type: application/json; charset=utf-8 date: Thu, 06 Jan 2022 13:48:04 GMT elapsed: 0 json: documentation_url: https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting message: 'API rate limit exceeded for 89.46.62.72. (But here''s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)' msg: 'Status code was 403 and not [200]: HTTP Error 403: rate limit exceeded' redirected: false referrer_policy: origin-when-cross-origin, strict-origin-when-cross-origin server: Varnish status: 403 strict_transport_security: max-age=31536000; includeSubdomains; preload url: https://api.github.com/repos/filebrowser/filebrowser/releases/latest x_content_type_options: nosniff x_frame_options: deny x_github_media_type: github.v3; format=json x_github_request_id: 4F1E:0436:6C7C22B:CEA2263:61D6F314 x_ratelimit_limit: '60' x_ratelimit_remaining: '0' x_ratelimit_reset: '1641477386' x_ratelimit_resource: core x_ratelimit_used: '60' x_xss_protection: 1; mode=block fatal: [Ubuntu-20.04-Focal-Fossa]: FAILED! => changed=false access_control_allow_origin: '*' access_control_expose_headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Used, X-RateLimit-Resource, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset connection: close content_length: '277' content_security_policy: default-src 'none'; style-src 'unsafe-inline' content_type: application/json; charset=utf-8 date: Thu, 06 Jan 2022 13:48:04 GMT elapsed: 0 json: documentation_url: https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting message: 'API rate limit exceeded for 89.46.62.72. (But here''s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)' msg: 'Status code was 403 and not [200]: HTTP Error 403: rate limit exceeded' redirected: false referrer_policy: origin-when-cross-origin, strict-origin-when-cross-origin server: Varnish status: 403 strict_transport_security: max-age=31536000; includeSubdomains; preload url: https://api.github.com/repos/filebrowser/filebrowser/releases/latest x_content_type_options: nosniff x_frame_options: deny x_github_media_type: github.v3; format=json x_github_request_id: 4840:3A08:55227A7:EFBC509:61D6F314 x_ratelimit_limit: '60' x_ratelimit_remaining: '0' x_ratelimit_reset: '1641477386' x_ratelimit_resource: core x_ratelimit_used: '60' x_xss_protection: 1; mode=block fatal: [Ubuntu-21.10-Impish-Indri]: FAILED! => changed=false access_control_allow_origin: '*' access_control_expose_headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Used, X-RateLimit-Resource, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset connection: close content_length: '277' content_security_policy: default-src 'none'; style-src 'unsafe-inline' content_type: application/json; charset=utf-8 date: Thu, 06 Jan 2022 13:48:04 GMT elapsed: 0 json: documentation_url: https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting message: 'API rate limit exceeded for 89.46.62.72. (But here''s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)' msg: 'Status code was 403 and not [200]: HTTP Error 403: rate limit exceeded' redirected: false referrer_policy: origin-when-cross-origin, strict-origin-when-cross-origin server: Varnish status: 403 strict_transport_security: max-age=31536000; includeSubdomains; preload url: https://api.github.com/repos/filebrowser/filebrowser/releases/latest x_content_type_options: nosniff x_frame_options: deny x_github_media_type: github.v3; format=json x_github_request_id: 5150:309E:6632015:C270E62:61D6F314 x_ratelimit_limit: '60' x_ratelimit_remaining: '0' x_ratelimit_reset: '1641477386' x_ratelimit_resource: core x_ratelimit_used: '60' x_xss_protection: 1; mode=block TASK [professormanhattan.filebrowser : Ensure Megabyte Labs configuration directory exists] *** Thursday 06 January 2022 08:48:04 -0500 (0:00:00.491) 0:00:10.194 ****** ok: [Windows-10] TASK [professormanhattan.filebrowser : Check if File Browser has configuration stored in '%USERPROFILE%/.config/megabytelabs/filebrowser'] *** Thursday 06 January 2022 08:48:06 -0500 (0:00:01.853) 0:00:12.048 ****** ok: [Windows-10] TASK [professormanhattan.filebrowser : Detect previously installed File Browser version] *** Thursday 06 January 2022 08:48:08 -0500 (0:00:02.251) 0:00:14.299 ****** fatal: [Windows-10]: FAILED! => changed=false cmd: type filebrowser msg: 'Exception calling "SearchPath" with "1" argument(s): "Could not find file ''type.exe''."' rc: 2 PLAY RECAP ********************************************************************* ArchLinux-Latest : ok=8 changed=0 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 CentOS-7 : ok=8 changed=0 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 CentOS-8 : ok=6 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 CentOS-Stream-8 : ok=6 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 Debian-10-Buster : ok=6 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 Debian-11-Bullseye : ok=6 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 Debian-9-Stretch : ok=6 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 Fedora-33 : ok=6 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 Fedora-34 : ok=6 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 Fedora-35 : ok=6 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 Ubuntu-18.04-Bionic-Beaver : ok=6 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 Ubuntu-20.04-Focal-Fossa : ok=6 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 Ubuntu-21.04-Hirsute-Hippo : ok=6 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 Ubuntu-21.10-Impish-Indri : ok=6 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 Windows-10 : ok=4 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 Thursday 06 January 2022 08:48:10 -0500 (0:00:02.045) 0:00:16.345 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 2.83s professormanhattan.filebrowser : Check if File Browser has configuration stored in '%USERPROFILE%/.config/megabytelabs/filebrowser' --- 2.25s professormanhattan.filebrowser : Detect previously installed File Browser version --- 2.05s professormanhattan.filebrowser : Ensure Megabyte Labs configuration directory exists --- 1.85s professormanhattan.filebrowser : Ensure Megabyte Labs configuration directory exists --- 0.81s professormanhattan.filebrowser : Detect the latest File Browser version --- 0.58s professormanhattan.filebrowser : Ensure Megabyte Labs configuration directory exists --- 0.56s professormanhattan.filebrowser : Detect the latest File Browser version --- 0.53s professormanhattan.filebrowser : Check if File Browser has configuration stored in ~/.config/megabytelabs/filebrowser --- 0.51s professormanhattan.filebrowser : Detect the latest File Browser version --- 0.49s professormanhattan.filebrowser : Ensure Megabyte Labs configuration directory exists --- 0.46s professormanhattan.filebrowser : Detect previously installed File Browser version --- 0.43s professormanhattan.filebrowser : Detect previously installed File Browser version --- 0.32s professormanhattan.filebrowser : Check if File Browser has configuration stored in ~/.config/megabytelabs/filebrowser --- 0.31s professormanhattan.filebrowser : Detect previously installed File Browser version --- 0.29s professormanhattan.filebrowser : Check if File Browser has configuration stored in ~/.config/megabytelabs/filebrowser --- 0.28s professormanhattan.filebrowser : include_tasks -------------------------- 0.23s professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date --- 0.18s professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux) --- 0.14s professormanhattan.homebrew : include_tasks ----------------------------- 0.13s Playbook run took 0 days, 0 hours, 0 minutes, 16 seconds [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details [WARNING]: Found both group and host with same name: Fedora-33 [WARNING]: Found both group and host with same name: Fedora-35 [WARNING]: Found both group and host with same name: CentOS-7 [WARNING]: Found both group and host with same name: Fedora-34 [WARNING]: Found both group and host with same name: CentOS-Stream-8 [WARNING]: Found both group and host with same name: CentOS-8 PLAY [Update platforms] ******************************************************** TASK [Gathering Facts] ********************************************************* Thursday 06 January 2022 08:48:13 -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 08:48:24 -0500 (0:00:11.038) 0:00:11.052 ****** skipping: [localhost] PLAY [Destroy] ***************************************************************** TASK [Destroy molecule instance(s)] ******************************************** Thursday 06 January 2022 08:48:24 -0500 (0:00:00.391) 0:00:11.444 ****** 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 08:50:56 -0500 (0:02:31.873) 0:02:43.317 ****** ok: [localhost] TASK [Dump instance config] **************************************************** Thursday 06 January 2022 08:50:56 -0500 (0:00:00.193) 0:02:43.510 ****** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=4 changed=2 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 Thursday 06 January 2022 08:50:57 -0500 (0:00:00.918) 0:02:44.429 ****** =============================================================================== Destroy molecule instance(s) ------------------------------------------ 151.87s Gathering Facts -------------------------------------------------------- 11.04s Dump instance config ---------------------------------------------------- 0.92s Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.39s Populate instance config ------------------------------------------------ 0.19s Playbook run took 0 days, 0 hours, 2 minutes, 44 seconds