This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - name: Deploy all the things!!!!! | |
| hosts: working | |
| #connection: local | |
| become: true | |
| tasks: | |
| - name: install base packages | |
| apt: pkg={{item}} state=present update_cache=yes cache_valid_time=604800 |