diff options
-rw-r--r-- | provision.env.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/provision.env.yaml b/provision.env.yaml index 4f98e62..e03969a 100644 --- a/provision.env.yaml +++ b/provision.env.yaml @@ -1,13 +1,6 @@ --- - hosts: all any_errors_fatal: true - gather_facts: no - pre_tasks: - - name: Install Python 2 for Ansible fact gathering - raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal) - -- hosts: all - any_errors_fatal: true tasks: - name: Update Ubuntu server apt: |