Wolfgang Kulhanek
2019-06-06 e669cfb9693c7fd88b54efe2dc72f6cc2fb78501
Removed warnings for missing "| bool" when running under Ansible 2.8
23 files modified
142 ■■■■ changed files
ansible/configs/ans-network-lab/pre_software.yml 6 ●●●● patch | view | raw | blame | history
ansible/configs/ans-tower-lab/pre_software.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ans-tower-ops-demo/pre_software.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ansible-cicd-lab/pre_infra.yml 6 ●●●● patch | view | raw | blame | history
ansible/configs/ansible-integrations/pre_software.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ansible-windows/pre_software.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/linklight-foundations/pre_infra.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/linklight/pre_infra.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ocp-clientvm/pre_software.yml 16 ●●●● patch | view | raw | blame | history
ansible/configs/ocp-ha-disconnected-lab/pre_software.yml 6 ●●●● patch | view | raw | blame | history
ansible/configs/ocp-ha-lab/pre_software.yml 6 ●●●● patch | view | raw | blame | history
ansible/configs/ocp-implementation-lab/pre_software.yml 6 ●●●● patch | view | raw | blame | history
ansible/configs/ocp-workshop-with-clientvms/pre_software.yml 6 ●●●● patch | view | raw | blame | history
ansible/configs/ocp-workshop/pre_software.yml 6 ●●●● patch | view | raw | blame | history
ansible/configs/ocp-workshop/scaleup.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ocp4-ha-lab/pre_software.yml 16 ●●●● patch | view | raw | blame | history
ansible/configs/ocp4-shared/pre_software.yml 16 ●●●● patch | view | raw | blame | history
ansible/configs/ocp4-workshop/pre_software.yml 16 ●●●● patch | view | raw | blame | history
ansible/configs/quay-enterprise/pre_software.yml 6 ●●●● patch | view | raw | blame | history
ansible/configs/rhte-oc-cluster-vms/pre_software.yml 6 ●●●● patch | view | raw | blame | history
ansible/configs/satellite-vm/pre_software.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/three-tier-app/pre_infra.yml 6 ●●●● patch | view | raw | blame | history
ansible/roles/common/tasks/main.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ans-network-lab/pre_software.yml
@@ -12,19 +12,19 @@
      shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: fix permission
      file:
        path: "{{output_dir}}/{{env_authorized_key}}"
        mode: 0400
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: Generate SSH pub key
      shell: ssh-keygen -y -f "{{output_dir}}/{{env_authorized_key}}" > "{{output_dir}}/{{env_authorized_key}}.pub"
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}.pub"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
ansible/configs/ans-tower-lab/pre_software.yml
@@ -12,7 +12,7 @@
      shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
ansible/configs/ans-tower-ops-demo/pre_software.yml
@@ -12,7 +12,7 @@
      shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
ansible/configs/ansible-cicd-lab/pre_infra.yml
@@ -15,16 +15,16 @@
      shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: fix permission
      file:
        path: "{{output_dir}}/{{env_authorized_key}}"
        mode: 0400
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: Generate SSH pub key
      shell: ssh-keygen -y -f "{{output_dir}}/{{env_authorized_key}}" > "{{output_dir}}/{{env_authorized_key}}.pub"
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}.pub"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
ansible/configs/ansible-integrations/pre_software.yml
@@ -12,7 +12,7 @@
      shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
ansible/configs/ansible-windows/pre_software.yml
@@ -12,7 +12,7 @@
      shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
ansible/configs/linklight-foundations/pre_infra.yml
@@ -31,7 +31,7 @@
      shell: ssh-keygen -y -f "{{ ANSIBLE_REPO_PATH }}/workdir/{{ env_authorized_key }}" > "{{ ANSIBLE_REPO_PATH }}/workdir/{{ env_authorized_key }}.pub"
      args:
        creates: "{{ ANSIBLE_REPO_PATH }}/workdir/{{ env_authorized_key }}.pub"
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
- name: PreSoftware flight-check
  hosts: localhost
ansible/configs/linklight/pre_infra.yml
@@ -31,7 +31,7 @@
      shell: ssh-keygen -y -f "{{ ANSIBLE_REPO_PATH }}/workdir/{{ env_authorized_key }}" > "{{ ANSIBLE_REPO_PATH }}/workdir/{{ env_authorized_key }}.pub"
      args:
        creates: "{{ ANSIBLE_REPO_PATH }}/workdir/{{ env_authorized_key }}.pub"
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
- name: PreSoftware flight-check
  hosts: localhost
ansible/configs/ocp-clientvm/pre_software.yml
@@ -12,19 +12,19 @@
    shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
    args:
      creates: "{{output_dir}}/{{env_authorized_key}}"
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
  - name: fix permission
    file:
      path: "{{output_dir}}/{{env_authorized_key}}"
      mode: 0400
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
  - name: Generate SSH pub key
    shell: ssh-keygen -y -f "{{output_dir}}//{{env_authorized_key}}" > "{{output_dir}}/{{env_authorized_key}}.pub"
    args:
      creates: "{{output_dir}}/{{env_authorized_key}}.pub"
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
- name: Configure all hosts with Repositories, Common Files and Set environment key
@@ -37,16 +37,16 @@
  - common_tasks
  roles:
  - { role: "set-repositories",       when: 'repo_method is defined' }
  - { role: "common",                 when: 'install_common' }
  - { role: "set_env_authorized_key", when: 'set_env_authorized_key' }
  - { role: "common",                 when: 'install_common | bool' }
  - { role: "set_env_authorized_key", when: 'set_env_authorized_key | bool' }
- name: Configuring Bastion Hosts
  hosts: bastions
  become: true
  roles:
  - { role: "bastion",              when: 'install_bastion' }
  - { role: "bastion-student-user", when: 'install_student_user' }
  - { role: "bastion-opentlc-ipa",  when: 'install_ipa_client' }
  - { role: "bastion",              when: 'install_bastion | bool' }
  - { role: "bastion-student-user", when: 'install_student_user | bool' }
  - { role: "bastion-opentlc-ipa",  when: 'install_ipa_client | bool' }
  tags:
  - step004
  - bastion_tasks
ansible/configs/ocp-ha-disconnected-lab/pre_software.yml
@@ -12,19 +12,19 @@
      shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: fix permission
      file:
        path: "{{output_dir}}/{{env_authorized_key}}"
        mode: 0400
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: Generate SSH pub key
      shell: ssh-keygen -y -f "{{output_dir}}/{{env_authorized_key}}" > "{{output_dir}}/{{env_authorized_key}}.pub"
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}.pub"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
ansible/configs/ocp-ha-lab/pre_software.yml
@@ -13,19 +13,19 @@
      shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: fix permission
      file:
        path: "{{output_dir}}/{{env_authorized_key}}"
        mode: 0400
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: Generate SSH pub key
      shell: ssh-keygen -y -f "{{output_dir}}/{{env_authorized_key}}" > "{{output_dir}}/{{env_authorized_key}}.pub"
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}.pub"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
ansible/configs/ocp-implementation-lab/pre_software.yml
@@ -12,19 +12,19 @@
      shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: fix permission
      file:
        path: "{{output_dir}}/{{env_authorized_key}}"
        mode: 0400
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: Generate SSH pub key
      shell: ssh-keygen -y -f "{{output_dir}}/{{env_authorized_key}}" > "{{output_dir}}/{{env_authorized_key}}.pub"
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}.pub"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
ansible/configs/ocp-workshop-with-clientvms/pre_software.yml
@@ -12,19 +12,19 @@
      shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: fix permission
      file:
        path: "{{output_dir}}/{{env_authorized_key}}"
        mode: 0400
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: Generate SSH pub key
      shell: ssh-keygen -y -f "{{output_dir}}/{{env_authorized_key}}" > "{{output_dir}}/{{env_authorized_key}}.pub"
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}.pub"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
ansible/configs/ocp-workshop/pre_software.yml
@@ -12,19 +12,19 @@
      shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: fix permission
      file:
        path: "{{output_dir}}/{{env_authorized_key}}"
        mode: 0400
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: Generate SSH pub key
      shell: ssh-keygen -y -f "{{output_dir}}/{{env_authorized_key}}" > "{{output_dir}}/{{env_authorized_key}}.pub"
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}.pub"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
ansible/configs/ocp-workshop/scaleup.yml
@@ -71,7 +71,7 @@
    - common_tasks
  roles:
    - { role: "set-repositories", when: 'repo_method is defined' }
    - { role: "common", when: 'install_common' }
    - { role: "common", when: 'install_common | bool' }
    - { role: "set_env_authorized_key", when: 'set_env_authorized_key' }
- name: PreSoftware flight-check
ansible/configs/ocp4-ha-lab/pre_software.yml
@@ -12,19 +12,19 @@
    shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
    args:
      creates: "{{output_dir}}/{{env_authorized_key}}"
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
  - name: fix permission
    file:
      path: "{{output_dir}}/{{env_authorized_key}}"
      mode: 0400
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
  - name: Generate SSH pub key
    shell: ssh-keygen -y -f "{{output_dir}}/{{env_authorized_key}}" > "{{output_dir}}/{{env_authorized_key}}.pub"
    args:
      creates: "{{output_dir}}/{{env_authorized_key}}.pub"
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
- name: Configure all hosts with Repositories, Common Files and Set environment key
@@ -37,16 +37,16 @@
  - common_tasks
  roles:
  - { role: "set-repositories",       when: 'repo_method is defined' }
  - { role: "common",                 when: 'install_common' }
  - { role: "set_env_authorized_key", when: 'set_env_authorized_key' }
  - { role: "common",                 when: 'install_common | bool' }
  - { role: "set_env_authorized_key", when: 'set_env_authorized_key | bool' }
- name: Configuring Bastion Hosts
  hosts: bastions
  become: true
  roles:
  - { role: "bastion",              when: 'install_bastion' }
  - { role: "bastion-student-user", when: 'install_student_user' }
  - { role: "bastion-opentlc-ipa",  when: 'install_ipa_client' }
  - { role: "bastion",              when: 'install_bastion | bool' }
  - { role: "bastion-student-user", when: 'install_student_user | bool' }
  - { role: "bastion-opentlc-ipa",  when: 'install_ipa_client | bool' }
  tags:
  - step004
  - bastion_tasks
ansible/configs/ocp4-shared/pre_software.yml
@@ -12,19 +12,19 @@
    shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
    args:
      creates: "{{output_dir}}/{{env_authorized_key}}"
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
  - name: fix permission
    file:
      path: "{{output_dir}}/{{env_authorized_key}}"
      mode: 0400
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
  - name: Generate SSH pub key
    shell: ssh-keygen -y -f "{{output_dir}}/{{env_authorized_key}}" > "{{output_dir}}/{{env_authorized_key}}.pub"
    args:
      creates: "{{output_dir}}/{{env_authorized_key}}.pub"
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
- name: Configure all hosts with Repositories, Common Files and Set environment key
@@ -37,16 +37,16 @@
  - common_tasks
  roles:
  - { role: "set-repositories",       when: 'repo_method is defined' }
  - { role: "common",                 when: 'install_common' }
  - { role: "set_env_authorized_key", when: 'set_env_authorized_key' }
  - { role: "common",                 when: 'install_common | bool' }
  - { role: "set_env_authorized_key", when: 'set_env_authorized_key | bool' }
- name: Configuring Bastion Hosts
  hosts: bastions
  become: true
  roles:
  - { role: "bastion",              when: 'install_bastion' }
  - { role: "bastion-student-user", when: 'install_student_user' }
  - { role: "bastion-opentlc-ipa",  when: 'install_ipa_client' }
  - { role: "bastion",              when: 'install_bastion | bool' }
  - { role: "bastion-student-user", when: 'install_student_user | bool' }
  - { role: "bastion-opentlc-ipa",  when: 'install_ipa_client | bool' }
  tags:
  - step004
  - bastion_tasks
ansible/configs/ocp4-workshop/pre_software.yml
@@ -12,19 +12,19 @@
    shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
    args:
      creates: "{{output_dir}}/{{env_authorized_key}}"
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
  - name: fix permission
    file:
      path: "{{output_dir}}/{{env_authorized_key}}"
      mode: 0400
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
  - name: Generate SSH pub key
    shell: ssh-keygen -y -f "{{output_dir}}/{{env_authorized_key}}" > "{{output_dir}}/{{env_authorized_key}}.pub"
    args:
      creates: "{{output_dir}}/{{env_authorized_key}}.pub"
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
- name: Configure all hosts with Repositories, Common Files and Set environment key
@@ -37,16 +37,16 @@
  - common_tasks
  roles:
  - { role: "set-repositories",       when: 'repo_method is defined' }
  - { role: "common",                 when: 'install_common' }
  - { role: "set_env_authorized_key", when: 'set_env_authorized_key' }
  - { role: "common",                 when: 'install_common | bool' }
  - { role: "set_env_authorized_key", when: 'set_env_authorized_key | bool' }
- name: Configuring Bastion Hosts
  hosts: bastions
  become: true
  roles:
  - { role: "bastion",              when: 'install_bastion' }
  - { role: "bastion-student-user", when: 'install_student_user' }
  - { role: "bastion-opentlc-ipa",  when: 'install_ipa_client' }
  - { role: "bastion",              when: 'install_bastion | bool' }
  - { role: "bastion-student-user", when: 'install_student_user | bool' }
  - { role: "bastion-opentlc-ipa",  when: 'install_ipa_client | bool' }
  tags:
  - step004
  - bastion_tasks
ansible/configs/quay-enterprise/pre_software.yml
@@ -12,19 +12,19 @@
      shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: fix permission
      file:
        path: "{{output_dir}}/{{env_authorized_key}}"
        mode: 0400
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: Generate SSH pub key
      shell: ssh-keygen -y -f "{{output_dir}}/{{env_authorized_key}}" > "{{output_dir}}/{{env_authorized_key}}.pub"
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}.pub"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
- name: Configure all hosts with Repositories, Common Files and Set environment key
ansible/configs/rhte-oc-cluster-vms/pre_software.yml
@@ -12,19 +12,19 @@
    shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
    args:
      creates: "{{output_dir}}/{{env_authorized_key}}"
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
  - name: fix permission
    file:
      path: "{{output_dir}}/{{env_authorized_key}}"
      mode: 0400
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
  - name: Generate SSH pub key
    shell: ssh-keygen -y -f "{{output_dir}}/{{env_authorized_key}}" > "{{output_dir}}/{{env_authorized_key}}.pub"
    args:
      creates: "{{output_dir}}/{{env_authorized_key}}.pub"
    when: set_env_authorized_key
    when: set_env_authorized_key | bool
# Cloudformation template or equivalent should tag all hosts with Project:{{ env_type }}-{{ guid }}
- name: Configure all hosts with Repositories, Common Files and Set environment key
ansible/configs/satellite-vm/pre_software.yml
@@ -12,7 +12,7 @@
      shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
 
- name: Configure all hosts with Repositories, Common Files and Set environment key
ansible/configs/three-tier-app/pre_infra.yml
@@ -15,16 +15,16 @@
      shell: ssh-keygen -b 2048 -t rsa -f "{{output_dir}}/{{env_authorized_key}}" -q -N ""
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: fix permission
      file:
        path: "{{output_dir}}/{{env_authorized_key}}"
        mode: 0400
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
    - name: Generate SSH pub key
      shell: ssh-keygen -y -f "{{output_dir}}/{{env_authorized_key}}" > "{{output_dir}}/{{env_authorized_key}}.pub"
      args:
        creates: "{{output_dir}}/{{env_authorized_key}}.pub"
      when: set_env_authorized_key
      when: set_env_authorized_key | bool
ansible/roles/common/tasks/main.yml
@@ -5,7 +5,7 @@
- name: Update all Packages and Reboot VMs
  when:
    - update_packages|bool
    - not hostvars.localhost.skip_packer_tasks | d(false)
    - not hostvars.localhost.skip_packer_tasks | d(false) | bool
  tags: packer
  block:
  - name: Update all packages